Browse Source

ci: Fix ordering of forge builds (#3765)

Dirk Brink 1 year ago
parent
commit
a048c9ac83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -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