Skip to content

Commit

Permalink
ci: use build-wrapper to run forge ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed Apr 8, 2024
1 parent bb7d66d commit 0fe647d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: Run Forge build
run: |
forge --version
forge build --sizes
./build-wrapper build --sizes
id: build

- name: Run Forge tests
run: |
forge test -vvv
./build-wrapper test -vvv
id: test

0 comments on commit 0fe647d

Please sign in to comment.