Skip to content

Commit

Permalink
Debug 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrigada committed Jan 15, 2025
1 parent 95f2eaa commit 423e613
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/nextest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,12 @@ jobs:
git config --global user.name "GitHub Actions Bot"
git config --global user.email "<>"
git config --global url."https://github.com/".insteadOf "[email protected]:"
- name: Test
env:
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 --test-threads=1 ${{ matrix.flags }} --filter-expr 'not (test(~zk) or test(~test_zk_aave_di))'
- name: Test Group 1
run: cargo nextest run --test-threads=1 cmd::wallet::tests::can_parse_wallet_sign_hex_message cmd::wallet::vanity::tests::save_path dispatcher::tests::test_comment_regex

- name: Test Group 2
run: cargo nextest run --test-threads=1 cmd::wallet::vanity::tests::find_simple_vanity_start storage_layout_complex_json test_clear_cache

- name: Test Final Group
run: cargo nextest run --test-threads=1 test_invariant_roll_fork_handler

0 comments on commit 423e613

Please sign in to comment.