Skip to content

Commit 55e6c63

Browse files
committed
add benchmark to ci
1 parent 02dcf89 commit 55e6c63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- run: npm install
27-
- run: npm test
27+
- run: npm test
28+
- run: npm run benchmark

0 commit comments

Comments
 (0)