We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a94bb7 commit 427a9f6Copy full SHA for 427a9f6
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
nim-version: ${{ matrix.nim-version }}
23
repo-token: ${{ secrets.GITHUB_TOKEN }}
24
- run: nimble test -d:release -y
25
- - run: nimble test -d:release -d:lto -y
+ # - run: nimble test -d:release -d:lto -y
26
- run: nimble test --gc:orc -d:release -y
27
if: ${{ matrix.gc_orc }}
28
- run: nim cpp -d:release -r tests/all.nim
0 commit comments