Skip to content

Commit

Permalink
Add working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
chalex-eth committed Oct 9, 2024
1 parent 282f6a3 commit 1e1e200
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,22 @@ jobs:
- name: Show Forge version
run: |
forge --version
working-directory: contracts

- name: Run Forge fmt
run: |
forge fmt --check
id: fmt
working-directory: contracts

- name: Run Forge build
run: |
forge build --sizes
id: build
working-directory: contracts

- name: Run Forge tests
run: |
forge test -vvv
id: test
working-directory: contracts

0 comments on commit 1e1e200

Please sign in to comment.