Skip to content

Commit

Permalink
Fix forge gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spacesailor24 committed Dec 21, 2024
1 parent d3b1d0e commit 1483bf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,19 @@ jobs:
forge --version
- name: Run Forge fmt
working-directory: packages/lit-agent-contracts
run: |
forge fmt --check
id: fmt

- name: Run Forge build
working-directory: packages/lit-agent-contracts
run: |
forge build --sizes
id: build

- name: Run Forge tests
working-directory: packages/lit-agent-contracts
run: |
forge test -vvv
id: test

0 comments on commit 1483bf1

Please sign in to comment.