Skip to content

Commit 9976b88

Browse files
committed
Make: Deno --no-check for CI
1 parent 07976ad commit 9976b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
deno-version: v2.x
172172

173173
- name: Test with Deno
174-
run: deno test -A
174+
run: deno test -A --no-check
175175

176176
test_rust:
177177
name: Test Rust

0 commit comments

Comments
 (0)