There was an error while loading. Please reload this page.
1 parent 9bd906a commit 2feb0c3Copy full SHA for 2feb0c3
1 file changed
.github/workflows/test.yml
@@ -68,6 +68,9 @@ jobs:
68
with:
69
deno-version: 2.x
70
71
+ - name: Install Deno Postscript
72
+ run: deno task install
73
+
74
- name: Run Tests with Coverage
75
run: deno test --allow-all --coverage=coverage tests/
76
0 commit comments