Skip to content

Commit 3b83f45

Browse files
committed
fix tests
1 parent 07569c2 commit 3b83f45

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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 test
138+
nimble --threads:on test
139139
140140
# - name: Build docs
141141
# if: matrix.branch == 'devel'

tests/nim.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--path:"../"

0 commit comments

Comments
 (0)