Skip to content

Commit 626f3d0

Browse files
committed
Fix CircleCI config
1 parent a4734f4 commit 626f3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ dependencies:
2525

2626
test:
2727
override:
28-
- cd test && nim c -r test
28+
- cd test && nim c --path:../src -r test

0 commit comments

Comments
 (0)