Skip to content

Commit 427a9f6

Browse files
committed
lto janky af
1 parent 1a94bb7 commit 427a9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
nim-version: ${{ matrix.nim-version }}
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
2424
- run: nimble test -d:release -y
25-
- run: nimble test -d:release -d:lto -y
25+
# - run: nimble test -d:release -d:lto -y
2626
- run: nimble test --gc:orc -d:release -y
2727
if: ${{ matrix.gc_orc }}
2828
- run: nim cpp -d:release -r tests/all.nim

0 commit comments

Comments
 (0)