Skip to content

Commit def7cd5

Browse files
committed
ci: only run on linux
1 parent badd832 commit def7cd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- run: pnpm vitest --coverage
2828
- run: pnpm tsc --noEmit
2929
- name: Run benchmarks
30+
if: matrix.os == 'ubuntu-latest'
3031
uses: CodSpeedHQ/action@v3
3132
with:
3233
run: pnpm bench

0 commit comments

Comments
 (0)