Skip to content

Commit

Permalink
refactor: ignore non-evm fuzz tests (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto authored Sep 26, 2023
1 parent 24482ca commit 4fbde29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ jobs:
run: cargo install --git https://github.com/foundry-rs/foundry --rev 95a93cd397f25f3f8d49d2851eb52bc2d52dd983 --profile local --locked anvil --force
- name: fuzz tests (EVM)
run: cargo nextest run --release --verbose tests_evm::kzg_evm_fuzz_ --test-threads 2
- name: fuzz tests
run: cargo nextest run --release --verbose tests::kzg_fuzz_ --test-threads 6
# - name: fuzz tests
# run: cargo nextest run --release --verbose tests::kzg_fuzz_ --test-threads 6

prove-and-verify-mock-aggr-tests:
runs-on: ubuntu-latest-32-cores
Expand Down

0 comments on commit 4fbde29

Please sign in to comment.