Skip to content

Commit 40107b1

Browse files
committed
[fix] try fix ci
1 parent 574973d commit 40107b1

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
@@ -88,7 +88,7 @@ jobs:
8888
- name: Test Rust
8989
run: cargo test --release --locked --all-targets
9090
- name: Test TS
91-
run: deno test -A --unstable
91+
run: deno test -A --unstable ./test.ts
9292

9393
- name: Release
9494
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)