Skip to content

Commit 2ea11bf

Browse files
committed
Try using runtests-parallel for CI
1 parent 670f0c9 commit 2ea11bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"scripts": {
8080
"pretest": "jake tests",
81-
"test": "jake runtests",
81+
"test": "jake runtests-parallel",
8282
"build": "npm run build:compiler && npm run build:tests",
8383
"build:compiler": "jake local",
8484
"build:tests": "jake tests",

0 commit comments

Comments
 (0)