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

Commit 2c4f817

Browse files
committed
chore: update github ci
1 parent ec13d35 commit 2c4f817

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
@@ -37,7 +37,7 @@ jobs:
3737
run: deno cache deps.ts
3838

3939
- name: Deno test
40-
run: deno test -A --unstable --location "http://localhost/"
40+
run: deno test -A --unstable --import-map=import_map.json --location=https://deno.land/x/aleph
4141

4242
- name: Cargo test
4343
run: cd compiler && cargo test --all

0 commit comments

Comments
 (0)