Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Jan 9, 2025
1 parent ccc1890 commit 9bd7c00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,19 @@ jobs:
forge --version
- name: Run Forge fmt
working-directory: l1_proxy
run: |
forge fmt --check
id: fmt

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

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

0 comments on commit 9bd7c00

Please sign in to comment.