File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 - name : Run Foundry setup
3838 uses : bgd-labs/github-workflows/.github/actions/foundry-setup@main
3939 with :
40- ZKSYNC : " true "
40+ ZKSYNC : " false "
4141
4242 - name : Run Forge tests
4343 id : test
@@ -46,21 +46,12 @@ jobs:
4646 MODE : " CHANGED"
4747 FOUNDRY_PROFILE : " test"
4848
49- - name : Run ZK tests
50- id : zktest
51- uses : bgd-labs/github-workflows/.github/actions/foundry-test@main
52- with :
53- MODE : " CHANGED"
54- ZKSYNC : true
55- ROOT_DIR : " zksync"
56- FOUNDRY_PROFILE : " test"
57-
5849 - name : Create comment
5950 uses : bgd-labs/github-workflows/.github/actions/comment-artifact@main
6051
6152 # we let failing tests pass so we can log them in the comment, still we want the ci to fail
6253 - name : Post test result
63- if : ${{ steps.test.outputs.testStatus != 0 || steps.zktest.outputs.testStatus != 0 }}
54+ if : ${{ steps.test.outputs.testStatus != 0 }}
6455 run : |
6556 echo "tests failed"
6657 exit 1
You can’t perform that action at this time.
0 commit comments