Skip to content

Commit

Permalink
Add Github actions
Browse files Browse the repository at this point in the history
Add working directory
  • Loading branch information
chalex-eth committed Oct 9, 2024
1 parent f0ba738 commit b220477
Showing 1 changed file with 4 additions and 0 deletions.
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 b220477

Please sign in to comment.