We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2938cb7 commit 3acfdaeCopy full SHA for 3acfdae
.github/workflows/test.yml
@@ -25,4 +25,4 @@ jobs:
25
- name: Run tests
26
run: cargo test --features=${{ matrix.version }} --verbose
27
- name: Run tests (with address sanitizer)
28
- run: LSAN_OPTIONS=suppressions=san.supp RUSTFLAGS="-Zsanitizer=address" cargo +nightly test --features=--features=${{ matrix.version }} --verbose
+ run: LSAN_OPTIONS=suppressions=san.supp RUSTFLAGS="-Zsanitizer=address" cargo +nightly test --features=${{ matrix.version }} --verbose
0 commit comments