File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 steps :
3232 - uses : actions/checkout@v6
3333 - uses : dtolnay/rust-toolchain@nightly
34- with :
35- components : rust-src
3634 - uses : Swatinem/rust-cache@v2
3735 with :
3836 shared-key : " rust-cache-asan"
@@ -46,11 +44,11 @@ jobs:
4644 LSAN_OPTIONS : " fast_unwind_on_malloc=0"
4745 run : |
4846 # FFI crates (C interop)
49- cargo +nightly test -Zbuild-std --target x86_64-unknown-linux-gnu \
47+ cargo +nightly test \
5048 -p key-wallet-ffi -p dash-spv-ffi -p dash-network-ffi --lib --tests
5149
5250 # Core crypto crates (unsafe optimizations)
53- cargo +nightly test -Zbuild-std --target x86_64-unknown-linux-gnu \
51+ cargo +nightly test \
5452 -p dashcore -p dashcore_hashes --lib --tests
5553
5654 tsan :
5957 steps :
6058 - uses : actions/checkout@v6
6159 - uses : dtolnay/rust-toolchain@nightly
62- with :
63- components : rust-src
6460 - uses : Swatinem/rust-cache@v2
6561 with :
6662 shared-key : " rust-cache-tsan"
7268 TSAN_OPTIONS : " second_deadlock_stack=1"
7369 run : |
7470 # Async crate with concurrent code
75- cargo +nightly test -Zbuild-std --target x86_64-unknown-linux-gnu \
71+ cargo +nightly test \
7672 -p dash-spv --lib --tests
You can’t perform that action at this time.
0 commit comments