Skip to content

Commit 7fbb22d

Browse files
committed
use --gc:arc
1 parent b676837 commit 7fbb22d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- name: Run tests
136136
run: |
137137
cd threading
138-
nimble --threads:on test
138+
nimble --threads:on --gc:arc test
139139
140140
# - name: Build docs
141141
# if: matrix.branch == 'devel'

tests/nim.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
--path:"../"
2+
--gc:arc
3+
--threading:on

0 commit comments

Comments
 (0)