Skip to content

Commit

Permalink
Enable MemorySanitizer in CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Mar 2, 2020
1 parent 45e3710 commit 1eddbda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: docker run --env RUSTFLAGS="-Z sanitizer=leak" cargo-build cargo test --color=always
- name: AddressSanitizer
run: docker run --env RUSTFLAGS="-Z sanitizer=address" cargo-build cargo test --color=always
- name: MemorySanitizer
run: docker run --env RUSTFLAGS="-Z sanitizer=memory" cargo-build cargo test --color=always

rust-stable:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1eddbda

Please sign in to comment.