Skip to content

Commit

Permalink
remove --unstable flag for test
Browse files Browse the repository at this point in the history
Signed-off-by: 迷渡 <justjavac@gmail.com>
  • Loading branch information
justjavac committed Aug 4, 2021
1 parent 72d5f04 commit 078d4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: deno lint

- name: Tests
run: deno test --unstable
run: deno test

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 078d4de

Please sign in to comment.