skip expects_dev_and_test

see https://github.com/roc-lang/roc/issues/5904

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2023-10-23 17:07:23 +02:00 committed by Brendan Hansknecht
parent 3d57e7a89c
commit cfc3324393
No known key found for this signature in database
GPG key ID: 0EA784685083E75B

View file

@ -39,7 +39,8 @@ jobs:
run: cd crates/compiler/builtins/bitcode && ./run-wasm-tests.sh
- name: regular rust tests
run: cargo test --locked --release && sccache --show-stats
# see #5904 for skipped test
run: cargo test --locked --release -- --skip cli_run::expects_dev_and_test && sccache --show-stats
- name: check that the platform`s produced dylib is loadable
run: cd examples/platform-switching/rust-platform && LD_LIBRARY_PATH=. cargo test --release --locked