Skip to content

Commit d7070a7

Browse files
authored
Merge pull request #32 from maxisoft/master
Compile and then run the tests with github actions
2 parents 3eefbe2 + 01c4937 commit d7070a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
- uses: jiro4989/setup-nim-action@v1
1515
- run: nimble test -y
1616
- run: nimble test --gc:orc -y
17-
- run: nim js tests/all.nim
18-
- run: nim cpp -d:release --gc:arc tests/all.nim
17+
- run: nim js -r tests/all.nim
18+
- run: nim cpp -d:release --gc:arc -r tests/all.nim

0 commit comments

Comments
 (0)