Skip to content

Commit

Permalink
ci: Fix ordering of forge builds (#3765)
Browse files Browse the repository at this point in the history
  • Loading branch information
djb15 authored Feb 3, 2024
1 parent b48cb66 commit a048c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
node-version: "16"
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- run: cd ethereum && make test && make test-push0
- run: cd ethereum && make test-push0 && make test

ethereum-upgrade:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a048c9a

Please sign in to comment.