Skip to content

Commit

Permalink
Add env vars from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
grandizzy committed Nov 19, 2024
1 parent 8fc6388 commit 53fe4fa
Showing 1 changed file with 2 additions and 0 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 }}

0 comments on commit 53fe4fa

Please sign in to comment.