Skip to content

Commit

Permalink
change ci commands
Browse files Browse the repository at this point in the history
  • Loading branch information
arr00 committed Aug 31, 2023
1 parent a80f7b7 commit ed2a10c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: forge install

- name: "Run Foundry tests"
run: forge test -vvv
run: forge test -vvv --no-match-contract "ForkedTest"
test-forked:
runs-on: ubuntu-latest
steps:
Expand All @@ -50,7 +50,7 @@ jobs:
run: forge install

- name: "Run Foundry tests"
run: forge test -vvv --fork-url $FORK_URL
run: forge test -vvv --fork-url $FORK_URL --match-contract "ForkedTest"
coverage:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ed2a10c

Please sign in to comment.