Skip to content

Commit

Permalink
ci: run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Oct 2, 2022
1 parent ed881a4 commit 4e25bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"access": "public"
},
"scripts": {
"test": "c8 ava -s",
"test": "c8 ava",
"pretest": "xo",
"style": "xo",
"release": "np"
Expand Down

0 comments on commit 4e25bed

Please sign in to comment.