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 1324ee1 commit e2c6cbbCopy full SHA for e2c6cbb
.github/workflows/check.yaml
@@ -42,3 +42,6 @@ jobs:
42
43
- name: Build project
44
run: bun run build
45
+
46
+ - name: Run tests
47
+ run: bun test
0 commit comments