Skip to content

Commit a4734f4

Browse files
committed
Fix CircleCI config
1 parent 25e965f commit a4734f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

circle.yml

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

2626
test:
2727
override:
28-
- cd test
29-
- nim c -r test
28+
- cd test && nim c -r test

0 commit comments

Comments
 (0)