Skip to content

Commit

Permalink
Merge pull request #6 from foundry-rs/master
Browse files Browse the repository at this point in the history
feat(forge): allow `--verifier custom` option (foundry-rs#9311)
  • Loading branch information
Dargon789 authored Nov 29, 2024
2 parents 9fc25b8 + 4527475 commit 443d4b4
Show file tree
Hide file tree
Showing 216 changed files with 7,605 additions and 4,628 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nextest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,6 @@ jobs:
- 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 ${{ matrix.flags }}
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: ./.github/workflows/nextest.yml
with:
profile: default
secrets: inherit

docs:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 443d4b4

Please sign in to comment.