Skip to content

Commit

Permalink
Run benchmarks on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Feb 24, 2024
1 parent d515a7e commit 147df71
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -26,6 +26,12 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Test legacy node
- name: Test node
run: |
node dist/gen-mapping.umd.js
- name: Benchmark
run: |
npm run benchmark:install
npm run benchmark:only
env:
CI: true

0 comments on commit 147df71

Please sign in to comment.