We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--gc:arc
1 parent b676837 commit 7fbb22dCopy full SHA for 7fbb22d
.github/workflows/ci.yml
@@ -135,7 +135,7 @@ jobs:
135
- name: Run tests
136
run: |
137
cd threading
138
- nimble --threads:on test
+ nimble --threads:on --gc:arc test
139
140
# - name: Build docs
141
# if: matrix.branch == 'devel'
tests/nim.cfg
@@ -1 +1,3 @@
1
--path:"../"
2
+--gc:arc
3
+--threading:on
0 commit comments