mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-11-02 04:17:02 +00:00
Exclude slow tests from code coverage
This commit is contained in:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -18,6 +18,8 @@ jobs:
|
||||
run: cargo build --verbose --release --all
|
||||
- name: Run tests
|
||||
run: cargo test --verbose --release --all
|
||||
- name: Run slow tests
|
||||
run: cargo test --verbose --release --all -- --ignored
|
||||
|
||||
macOS:
|
||||
name: Test on macOS-latest
|
||||
@@ -35,3 +37,5 @@ jobs:
|
||||
run: $HOME/.cargo/bin/cargo build --verbose --release --all
|
||||
- name: Run tests
|
||||
run: $HOME/.cargo/bin/cargo test --verbose --release --all
|
||||
- name: Run slow tests
|
||||
run: $HOME/.cargo/bin/cargo test --verbose --release --all -- --ignored
|
||||
|
||||
Reference in New Issue
Block a user