Skip to content

Commit

Permalink
Fix ID conflict in CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
ermyas committed Feb 6, 2024
1 parent 6ec59a1 commit d58f54f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Run unit and integration tests
run: |
forge test --no-match-path "test/fork/**" -vvv
id: test
id: unit_integration_test

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

0 comments on commit d58f54f

Please sign in to comment.