We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent badd832 commit def7cd5Copy full SHA for def7cd5
.github/workflows/ci.yml
@@ -27,6 +27,7 @@ jobs:
27
- run: pnpm vitest --coverage
28
- run: pnpm tsc --noEmit
29
- name: Run benchmarks
30
+ if: matrix.os == 'ubuntu-latest'
31
uses: CodSpeedHQ/action@v3
32
with:
33
run: pnpm bench
0 commit comments