From d3c727198b7899322257b721c99256116ef6ab65 Mon Sep 17 00:00:00 2001 From: treeform Date: Sat, 19 Mar 2022 14:11:47 -0700 Subject: [PATCH] Drop refc due to flaky zippy and excpetions issue. --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9edf04e..1133657 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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