Skip to content

Commit

Permalink
Temporarily skip hallmark test because it breaks citgm (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Mar 29, 2019
1 parent 0bfa4cb commit e618392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "leveldown.js",
"scripts": {
"install": "node-gyp-build",
"test": "standard && hallmark && nyc tape test/*-test.js",
"test": "standard && nyc tape test/*-test.js",
"test-gc": "npx -n=--expose-gc tape test/{cleanup,iterator-gc}*-test.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"rebuild": "node-gyp rebuild",
Expand Down

0 comments on commit e618392

Please sign in to comment.