Skip to content

Commit

Permalink
CI: Run tests with cargo-nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Sep 9, 2022
1 parent 1839696 commit e778dc8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
toolchain: 1.56.1
override: true
- name: Install latest nextest release
uses: taiki-e/install-action@nextest

- name: Fetch path to Zcash parameters
working-directory: ./zcash_proofs
Expand All @@ -35,13 +37,13 @@ jobs:
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features --verbose --release --all
- name: Run slow tests
command: nextest
args: run --all-features --release --workspace --run-ignored=all
- name: Run doc tests
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features --verbose --release --all -- --ignored
args: --doc --all-features --release --workspace

build:
name: Build target ${{ matrix.target }}
Expand Down

0 comments on commit e778dc8

Please sign in to comment.