Skip to content

Commit a19bba8

Browse files
committed
ci: add bench step to "build binaries" step in "release native" workflow
1 parent d03f97c commit a19bba8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-native.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696
- name: Test
9797
run: |
9898
npm run test
99+
- name: Bench
100+
run: |
101+
npm run bench
99102
- name: Set Binary Name
100103
run: |
101104
echo "BINARY_NAME=$(node build-tools/config.js --native-release-name)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)