Skip to content

Commit

Permalink
Add required nightly feature when running test_sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Jan 14, 2024
1 parent 7b9af83 commit 74bc6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test_sanitizers:
# Run with `make test_sanitizer sanitizer=$sanitizer`, or use `test_sanitizers`.
test_sanitizer:
RUSTDOCFLAGS=-Zsanitizer=$(sanitizer) RUSTFLAGS=-Zsanitizer=$(sanitizer) \
cargo test -Zbuild-std --target x86_64-unknown-linux-gnu
cargo test --features nightly -Zbuild-std --target x86_64-unknown-linux-gnu

check:
cargo check --all-targets
Expand Down

0 comments on commit 74bc6ba

Please sign in to comment.