Skip to content

Commit

Permalink
Fix benchmarks on windows / appveyor, hopefully for the last time
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Mar 24, 2018
1 parent d5e216a commit 4f4f055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test_script:
- node --version
- npm --version
# Run the actual tests.
- SET NODE_ENV=production && npm run custom-tests && SET NODE_ENV=production && npm run bench
- SET NODE_ENV=production && npm run custom-tests && SET NODE_ENV=production && node ./node_modules/mocha/bin/mocha test/*.benchmark.js


# Don't actually build.
Expand Down

0 comments on commit 4f4f055

Please sign in to comment.