Skip to content

Commit a3025e3

Browse files
committed
ci: rm zksync tests
1 parent 6d5bbc0 commit a3025e3

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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

0 commit comments

Comments
 (0)