Skip to content

Commit

Permalink
Add Fork tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ermyas committed Feb 6, 2024
1 parent 00ffbb7 commit 6ec59a1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ jobs:
forge build --sizes
id: build

- name: Run Forge tests
- name: Run unit and integration tests
run: |
forge test --no-match-path "test/fork/**" -vvv
id: test

- name: Run Fork Tests
run: |
forge test --match-path "test/fork/**" -vvv
id: test

0 comments on commit 6ec59a1

Please sign in to comment.