Adding typecheck to "deno task test"

This commit is contained in:
Zef Hemel
2024-01-08 16:32:43 +01:00
parent 8230330ed0
commit 5b3dd500e4
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -25,8 +25,5 @@ jobs:
- name: Run build
run: deno task build
- name: Run static type check
run: deno task check
- name: Run tests
run: deno task test --trace-ops