Skip to content

Commit

Permalink
Remove filter-expr
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy committed Jan 27, 2025
1 parent 44eeba2 commit 7e96283
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 @@ -94,4 +94,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 }} --filter-expr 'not (test(~zk) or test(~test_zk_aave_di))'
run: cargo nextest run ${{ matrix.flags }}

0 comments on commit 7e96283

Please sign in to comment.