Skip to content

Commit 941f67d

Browse files
committed
tmp
1 parent 45bc592 commit 941f67d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ jobs:
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
- run: npm install
22-
- run: npm run test-ci
2322
- run: npm test

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"scripts": {
77
"release": "standard-version",
88
"pretest": "node scripts/run-standard.js \"lib/**/*.js\" \"bin/*.js\" \"test/*js\" \"scripts/*.js\"",
9-
"test": "node scripts/run-tap.js \"test/*.js\" --timeout 10000 --jobs=1 --reporter spec --no-coverage",
10-
"test-ci": "node scripts/run-tap.js --coverage \"test/*.js\" --timeout 1000 --jobs=1 --reporter tap --verbose"
9+
"test": "node scripts/run-tap.js \"test/*.js\" --timeout 10000 --jobs=1 --reporter spec --no-coverage --verbose",
10+
"test-ci": "node scripts/run-tap.js --coverage \"test/*.js\" --timeout 1000 --jobs=1 --reporter tap --no-coverage --verbose"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)