Skip to content

Commit 3acfdae

Browse files
committed
Typo
1 parent 2938cb7 commit 3acfdae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- name: Run tests
2626
run: cargo test --features=${{ matrix.version }} --verbose
2727
- name: Run tests (with address sanitizer)
28-
run: LSAN_OPTIONS=suppressions=san.supp RUSTFLAGS="-Zsanitizer=address" cargo +nightly test --features=--features=${{ matrix.version }} --verbose
28+
run: LSAN_OPTIONS=suppressions=san.supp RUSTFLAGS="-Zsanitizer=address" cargo +nightly test --features=${{ matrix.version }} --verbose

0 commit comments

Comments
 (0)