Skip to content

Commit

Permalink
build: add benchmark step to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jun 14, 2021
1 parent 568464c commit 6ef378c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -29,6 +29,8 @@ jobs:
npm test
env:
CI: true
- name: benchmark
run: npm run benchmark
- name: Generate coverage
if: success()
run: |
Expand Down

0 comments on commit 6ef378c

Please sign in to comment.