File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4444 # For more info, see:
4545 # - https://github.com/bitcoindevkit/bdk/issues/696
4646 # - https://github.com/bitcoindevkit/bdk/pull/748#issuecomment-1242721040
47- run : cargo test
47+ run : cargo test -- --test-threads=1
4848 - name : Run grcov
4949 run : mkdir coverage; grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '/*' -o ./coverage/lcov.info
5050 - name : Generate HTML coverage report
Original file line number Diff line number Diff line change 6161 if : ${{ matrix.rust.clippy }}
6262 run : cargo clippy --all-targets --features ${{ matrix.features }} --no-default-features -- -D warnings
6363 - 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