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 a1b8c8d commit ff71371Copy full SHA for ff71371
1 file changed
.github/workflows/ci.yaml
@@ -39,10 +39,12 @@ jobs:
39
- name: typecheck
40
run: pnpm typecheck
41
42
+ - name: run benchmarks
43
+ run: pnpm bench:types
44
+
45
- name: test
46
run: pnpm test --coverage
47
-
48
- name: upload coverage reports to codecov
49
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
50
with:
0 commit comments