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

Commit 254bc8f

Browse files
committed
Update testing.yml
1 parent ca21708 commit 254bc8f

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
@@ -34,7 +34,7 @@ jobs:
3434
version: latest
3535

3636
- name: Deno test
37-
run: deno test -A --unstable --location=http://localhost -c=./deno.json --import-map=./import_map.json
37+
run: deno test -A --unstable --location=http://localhost --config=./deno.json --import-map=./import_map.json
3838

3939
- name: Cargo test
4040
run: cd compiler && cargo test --all

0 commit comments

Comments
 (0)