Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 31f377d

Browse files
committed
Fix github ci
1 parent f02e16e commit 31f377d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
rust-version: stable
3030

3131
- name: Deno test
32-
run: deno test -A --unstable --location=http://localhost --import-map=import_map.json"
32+
run: deno test -A --unstable --location=http://localhost --import-map=import_map.json
3333

3434
- name: Deno lint
3535
run: deno lint

0 commit comments

Comments
 (0)