Skip to content

Commit

Permalink
ci(forge): add specific test to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Aug 23, 2023
1 parent bfaac01 commit 7190156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1

- name: Run Forge tests in ${{ matrix.type }} mode
run: make test
run: make test/EthereumBundlerTest
env:
FOUNDRY_FUZZ_RUNS: ${{ matrix.fuzz-runs }}
FOUNDRY_FUZZ_MAX_TEST_REJECTS: ${{ matrix.max-test-rejects }}
Expand Down

0 comments on commit 7190156

Please sign in to comment.