From 5f3b7e12673ad5cac527ca42187d4dc0c0c8b8b2 Mon Sep 17 00:00:00 2001 From: Brendan Hansknecht Date: Mon, 8 Nov 2021 19:55:17 -0800 Subject: [PATCH] minor earthfile clean --- Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index 6272413654..315bbf1eb1 100644 --- a/Earthfile +++ b/Earthfile @@ -79,8 +79,8 @@ test-rust: # not pre-compiling the host can cause race conditions RUN echo "4" | cargo run --release examples/benchmarks/NQueens.roc RUN --mount=type=cache,target=$SCCACHE_DIR \ - cargo test --release --features with_sound --workspace --exclude test_wasm && sccache --show-stats - # test the dev and wasm backend they require an explicit feature flag. + cargo test --release --features with_sound --workspace && sccache --show-stats + # test the dev and wasm backend: they require an explicit feature flag. RUN --mount=type=cache,target=$SCCACHE_DIR \ cargo test --release --package test_gen --no-default-features --features gen-dev && sccache --show-stats # gen-wasm has some multithreading problems to do with the wasmer runtime. Run it single-threaded as a separate job