We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dade6d commit 248ebe0Copy full SHA for 248ebe0
.github/workflows/ci.yaml
@@ -38,7 +38,7 @@ jobs:
38
run: bun run lint
39
40
- name: Test
41
- run: bun run test:coverage
+ run: bun run test
42
43
- name: Create release pull-request
44
if: github.event_name == 'push' && github.workflow == 'CI'
0 commit comments