We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574973d commit 40107b1Copy full SHA for 40107b1
.github/workflows/ci.yml
@@ -88,7 +88,7 @@ jobs:
88
- name: Test Rust
89
run: cargo test --release --locked --all-targets
90
- name: Test TS
91
- run: deno test -A --unstable
+ run: deno test -A --unstable ./test.ts
92
93
- name: Release
94
uses: softprops/action-gh-release@v1
0 commit comments