Skip to content

Commit

Permalink
fix: skip zk tests for upstream test job (#824)
Browse files Browse the repository at this point in the history
* skip zk tests for upstream test job
  • Loading branch information
nbaztec authored Jan 9, 2025
1 parent 181e3ba commit 74d2079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ jobs:
SVM_TARGET_PLATFORM: ${{ matrix.svm_target_platform }}
HTTP_ARCHIVE_URLS: ${{ secrets.HTTP_ARCHIVE_URLS }}
WS_ARCHIVE_URLS: ${{ secrets.WS_ARCHIVE_URLS }}
run: cargo nextest run ${{ matrix.flags }}
run: cargo nextest run ${{ matrix.flags }} --filter-expr 'not (test(~zk) or test(~test_zk_aave_di))'

0 comments on commit 74d2079

Please sign in to comment.