chore: github action nodejs.yml run test-cov instead of test

This commit is contained in:
Zongmin Lei
2021-05-06 13:48:53 +08:00
parent 0ba3cdbc4b
commit 831a6a289d

View File

@@ -21,4 +21,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- run: npm run test-cov && npm run coveralls