Skip to content

Commit

Permalink
Revert "Update test.yml"
Browse files Browse the repository at this point in the history
This reverts commit 283c8b6.
  • Loading branch information
wcgcyx committed Jul 4, 2024
1 parent 283c8b6 commit e908914
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 e908914

Please sign in to comment.