Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgcyx committed Jul 4, 2024
1 parent 66c1c96 commit 283c8b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
with:
cmd: build

- name: Run Unit Tests
run: |
forge test --match-path "test/unit/**" -vvv
id: unit_test
# - name: Run Unit Tests
# run: |
# forge test --match-path "test/unit/**" -vvv
# id: unit_test

- name: Run Integration Tests
run: |
Expand Down

0 comments on commit 283c8b6

Please sign in to comment.