Skip to content

Commit

Permalink
add repo-token
Browse files Browse the repository at this point in the history
  • Loading branch information
guzba committed Dec 31, 2022
1 parent 88a5a5a commit 123cd59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nim-version }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: nimble test -d:release -y
- run: nimble test -d:release -d:lto -y
- run: nimble test --gc:orc -d:release -y
Expand Down

0 comments on commit 123cd59

Please sign in to comment.