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