Skip to content

Commit 482f2cf

Browse files
committed
ci: Modify build actions to include benchmarks.
Given the tendency of people to submit PRs that claim performance improvements, it would be good to actually run the benchmarks.
1 parent f6dc1a3 commit 482f2cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
run: npm i
4141
- name: Test
4242
run: npm run test-unit
43-
lint:
44-
name: Run ESLint
43+
check:
44+
name: Run Checks
4545

4646
runs-on: ubuntu-latest
4747

@@ -64,6 +64,8 @@ jobs:
6464
run: npm i
6565
- name: Test
6666
run: npm run lint && npm run check-prettier && npm run compile-typescript
67+
- name: Benchmark
68+
run: npm run benchmarks
6769
bun:
6870
name: Test on Bun
6971
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)