Skip to content

Commit

Permalink
use nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrq committed Nov 28, 2024
1 parent 55de218 commit 1792176
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ jobs:
with:
toolchain: ${{ env.TARGET_RUST_VERSION }}

- name: Install cargo-nextest
uses: taiki-e/install-action@nextest

- name: Run era-test-node
uses: dutterbutter/era-test-node-action@v1
with:
Expand All @@ -130,7 +133,7 @@ jobs:
env:
RUST_BACKTRACE: full
TEST_MAINNET_URL: http://localhost:8011
run: ZK_DEBUG_HISTORICAL_BLOCK_HASHES=5 cargo test zk -j1
run: ZK_DEBUG_HISTORICAL_BLOCK_HASHES=5 cargo nextest run --package '*' --lib --test '*' --filter-expr 'test(~zk)'

check-ci-install:
name: CI install
Expand Down

0 comments on commit 1792176

Please sign in to comment.