We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9172d commit 9e7c70eCopy full SHA for 9e7c70e
.github/workflows/build.yml
@@ -15,6 +15,7 @@ jobs:
15
- uses: jiro4989/setup-nim-action@v1
16
with:
17
nim-version: ${{ matrix.nim-version }}
18
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
19
- run: nimble test -y
20
- run: nimble test --gc:orc -y
21
- run: nim js -r tests/all.nim
0 commit comments