Skip to content

Commit

Permalink
fix(ci): run tests with 1 job only
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrq committed Nov 28, 2024
1 parent ed67278 commit 4c81502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
env:
RUST_BACKTRACE: full
TEST_MAINNET_URL: http://localhost:8011
run: ZK_DEBUG_HISTORICAL_BLOCK_HASHES=5 cargo test zk
run: ZK_DEBUG_HISTORICAL_BLOCK_HASHES=5 cargo test zk -j1

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

0 comments on commit 4c81502

Please sign in to comment.