We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795e7bd commit f9324a1Copy full SHA for f9324a1
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
run: bun lint
34
35
- name: Unit Tests
36
- run: bun test
+ run: bun test:unit
37
38
- name: Build Console
39
run: bun run build
0 commit comments