Skip to content

Commit

Permalink
test: skip smoke tests coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno committed Mar 25, 2021
1 parent cc68634 commit ffead4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ test: dev-deps
node bin/npm-cli.js test

smoke-tests: dev-deps
node bin/npm-cli.js run smoke-tests
node bin/npm-cli.js run smoke-tests -- --no-check-coverage

ls-ok:
node . ls --production >/dev/null
Expand Down

0 comments on commit ffead4a

Please sign in to comment.