Skip to content

Commit

Permalink
Merge pull request #13 from magnusuMET/bugfix/asan
Browse files Browse the repository at this point in the history
Run asan also for tests
  • Loading branch information
magnusuMET committed May 12, 2022
2 parents 459f9ea + a8bb972 commit ac11b05
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 ac11b05

Please sign in to comment.