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.
2 parents 3eefbe2 + 01c4937 commit d7070a7Copy full SHA for d7070a7
.github/workflows/build.yml
@@ -14,5 +14,5 @@ jobs:
14
- uses: jiro4989/setup-nim-action@v1
15
- run: nimble test -y
16
- run: nimble test --gc:orc -y
17
- - run: nim js tests/all.nim
18
- - run: nim cpp -d:release --gc:arc tests/all.nim
+ - run: nim js -r tests/all.nim
+ - run: nim cpp -d:release --gc:arc -r tests/all.nim
0 commit comments