Skip to content

Commit

Permalink
Run tests without separate forge build
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Jan 8, 2024
1 parent bd03f00 commit 6ef16a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Run Forge build
- name: Run Forge version
run: |
forge --version
forge build --sizes
id: build
id: version

- name: Run tests
run: |
Expand Down

0 comments on commit 6ef16a6

Please sign in to comment.