We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02dcf89 commit 55e6c63Copy full SHA for 55e6c63
.github/workflows/ci.yml
@@ -24,4 +24,5 @@ jobs:
24
with:
25
node-version: ${{ matrix.node-version }}
26
- run: npm install
27
- - run: npm test
+ - run: npm test
28
+ - run: npm run benchmark
0 commit comments