Skip to content

Commit 1c60409

Browse files
committed
ci: remove key-wallet from TSAN
key-wallet has no async/concurrent code that benefits from TSAN. Only test dash-spv which has async tokio code.
1 parent cd07015 commit 1c60409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sanitizer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
RUSTFLAGS: "-Zsanitizer=thread -Cdebuginfo=2"
6666
TSAN_OPTIONS: "second_deadlock_stack=1"
6767
run: |
68-
# Async/concurrent crates
68+
# Async crate with concurrent code
6969
cargo +nightly test -Zbuild-std --target x86_64-unknown-linux-gnu \
70-
-p dash-spv -p key-wallet --lib --tests
70+
-p dash-spv --lib --tests

0 commit comments

Comments
 (0)