From e0b837cb21a7b46eb660a3e17d2b6e2709da76b2 Mon Sep 17 00:00:00 2001 From: Ava Hahn Date: Tue, 6 Jun 2023 11:38:50 -0700 Subject: [PATCH] userlib tests should pass without including posix stuff --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4778215..afb7bd7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,4 +32,4 @@ unit-tests: userlib-tests: stage: test script: - - cargo run snippets/userlib.rls snippets/userlib-tests.rls + - cargo run --no-default-features snippets/userlib.rls snippets/userlib-tests.rls