Skip to content

Commit

Permalink
Run asan also for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusuMET committed May 12, 2022
1 parent 459f9ea commit a8bb972
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,7 @@ jobs:
profile: minimal
override: true
- name: Run test with sanitizer
run: env RUSTFLAGS="-Z sanitizer=address" cargo test --target x86_64-unknown-linux-gnu --workspace
env:
RUSTFLAGS: "-Z sanitizer=address"
RUSTDOCFLAGS: "-Z sanitizer=address"
run: cargo test --target x86_64-unknown-linux-gnu --workspace

0 comments on commit a8bb972

Please sign in to comment.