Skip to content

Commit

Permalink
chore: remove unstable flag from ci (denodrivers#273)
Browse files Browse the repository at this point in the history
* chore: remove unstable flag from ci

* fix: remove unused dependency
  • Loading branch information
erfanium authored Oct 13, 2021
1 parent 50e99fa commit 19fc613
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:

# Tests
- name: Test TS
run: deno test -A --unstable
run: deno test -A
1 change: 0 additions & 1 deletion tests/test.deps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export { exists } from "https://deno.land/std@0.110.0/fs/mod.ts";
export {
assert,
assertEquals,
Expand Down

0 comments on commit 19fc613

Please sign in to comment.