Skip to content

Commit

Permalink
Set var in ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Feb 25, 2025
1 parent a581efd commit fbf6a38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
pull_request:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For setup-rust
NEXTEST_TEST_THREADS: 3
NEXTEST_RETRIES: 2
PROTO_LOG: trace
# For setup-rust
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
# format:
Expand Down

0 comments on commit fbf6a38

Please # to comment.