mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-20 16:06:00 -04:00
Build tests first to reduce output on the test step
This commit is contained in:
parent
0b8e2a069f
commit
a76482a50c
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -100,6 +100,9 @@ jobs:
|
||||
- name: Cargo check all features
|
||||
run: cargo check --workspace --all-targets --all-features
|
||||
|
||||
- name: Build tests
|
||||
run: cargo build --tests --workspace --all-features
|
||||
|
||||
- name: Cargo test
|
||||
if: (!matrix.skip_tests)
|
||||
run: cargo test --workspace --all-features
|
||||
|
Loading…
x
Reference in New Issue
Block a user