userlib tests should pass without including posix stuff

This commit is contained in:
Ava Apples Affine 2023-06-06 11:38:50 -07:00
parent a9cc38826e
commit e0b837cb21

View file

@ -32,4 +32,4 @@ unit-tests:
userlib-tests: userlib-tests:
stage: test stage: test
script: script:
- cargo run snippets/userlib.rls snippets/userlib-tests.rls - cargo run --no-default-features snippets/userlib.rls snippets/userlib-tests.rls