mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
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:
parent
3d57e7a89c
commit
cfc3324393
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ubuntu_x86_64.yml
vendored
3
.github/workflows/ubuntu_x86_64.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue