Drop refc due to flaky zippy and excpetions issue.
This commit is contained in:
parent
fa6d9ec6bb
commit
d3c727198b
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
- uses: jiro4989/setup-nim-action@v1
|
||||
with:
|
||||
nim-version: ${{ matrix.nim-version }}
|
||||
- run: nimble test -d:release -y
|
||||
- run: nimble test -d:release -d:pixieNoSimd -y
|
||||
- run: nimble test --gc:arc -d:release -y
|
||||
- run: nimble test --gc:arc -d:release -d:pixieNoSimd -y
|
||||
- run: nimble test --gc:orc -d:release -y
|
||||
- run: nim cpp -d:release -r tests/all.nim
|
||||
- run: nim cpp --gc:orc -d:release -r tests/all.nim
|
||||
|
|
Loading…
Reference in a new issue