Skip to content

Commit cadb5d7

Browse files
committed
We should also be actually running test-cov vs test on circle.
1 parent d9ebd00 commit cadb5d7

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
@@ -13,4 +13,4 @@ dependencies:
1313

1414
test:
1515
override:
16-
- npm -s t && npm run -s vile
16+
- npm run -s test-cov && npm run -s vile

0 commit comments

Comments
 (0)