mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-09-23 22:34:41 -04:00
Merge pull request #5 from comit-network/fix-ci
Run CI tests on one thread
This commit is contained in:
commit
3b0b722d46
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -74,4 +74,4 @@ jobs:
|
||||||
run: cargo check --workspace --all-targets --all-features
|
run: cargo check --workspace --all-targets --all-features
|
||||||
|
|
||||||
- name: Cargo test
|
- name: Cargo test
|
||||||
run: cargo test --workspace --all-features
|
run: cargo test --workspace --all-features -- --test-threads 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue