Skip to content

Commit e749eb2

Browse files
committed
Fix
1 parent 627e890 commit e749eb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- uses: denoland/setup-deno@v1
1717
with:
1818
deno-version: v1.x
19-
- run: deno test ./test
19+
- run: deno test -A ./test

.github/workflows/tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: denoland/setup-deno@v1
1717
with:
1818
deno-version: v1.x
19-
- run: deno test ./test
19+
- run: deno test -A ./test
2020

2121
publish-npm:
2222
needs: test

0 commit comments

Comments
 (0)