File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1919 with :
2020 node-version : ${{ matrix.node-version }}
2121 - run : npm install
22- - run : npm run test-ci
2322 - run : npm test
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments