We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94962eb commit ffab459Copy full SHA for ffab459
.github/workflows/build.yml
@@ -11,10 +11,11 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
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 --gc:arc -d:release -y
20
- run: nimble test --gc:arc -d:release -d:pixieNoSimd -y
21
- run: nimble test --gc:orc -d:release -y
0 commit comments