Skip to content

Commit

Permalink
skip zk tests for upstream test job
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Jan 9, 2025
1 parent 31d3744 commit c3ba78f
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 }} --skip test_zk

0 comments on commit c3ba78f

Please sign in to comment.