mirror of
https://github.com/fluencelabs/aquavm
synced 2025-04-24 23:02:16 +00:00
Do not run doctests with sanitizers
This commit is contained in:
parent
0a37f7c547
commit
d1c6dd50bd
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -91,7 +91,7 @@ jobs:
|
||||
# The `memory` sanitizer on cargo test has false positive even on empty project.
|
||||
# It shouldn't have `--no-default-features`, but it has until legacy tests will work with signatures enabled.
|
||||
for san in address leak; do
|
||||
RUSTFLAGS="$RUSTFLAGS -Z sanitizer=$san" cargo test --no-default-features --features test_with_native_code --target x86_64-unknown-linux-gnu
|
||||
RUSTFLAGS="$RUSTFLAGS -Z sanitizer=$san" cargo test --no-default-features --features test_with_native_code --target x86_64-unknown-linux-gnu --tests
|
||||
done
|
||||
- name: Run signature tests with test_with_native_code
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user