Skip to content

Commit 5ef5a71

Browse files
committed
ci tiny change
1 parent f30cc77 commit 5ef5a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
deno-version: ${{ matrix.deno }}
2727
- run: deno lint
2828
- run: deno fmt --check
29-
- run: deno test --no-run ./test.ts
29+
- run: deno test --no-run
3030
test:
3131
needs: [check]
3232
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)