File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
# For more info, see:
45
45
# - https://github.com/bitcoindevkit/bdk/issues/696
46
46
# - https://github.com/bitcoindevkit/bdk/pull/748#issuecomment-1242721040
47
- run : cargo test
47
+ run : cargo test -- --test-threads=1
48
48
- name : Run grcov
49
49
run : mkdir coverage; grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '/*' -o ./coverage/lcov.info
50
50
- name : Generate HTML coverage report
Original file line number Diff line number Diff line change 61
61
if : ${{ matrix.rust.clippy }}
62
62
run : cargo clippy --all-targets --features ${{ matrix.features }} --no-default-features -- -D warnings
63
63
- name : Test
64
- run : cargo test --features ${{ matrix.features }} --no-default-features
64
+ run : cargo test --features ${{ matrix.features }} --no-default-features -- --test-threads=1
You can’t perform that action at this time.
0 commit comments