Skip to content

Commit

Permalink
Fixed Test command in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Fredenhagen committed Feb 15, 2021
1 parent 69b97ca commit 1aef89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
run: deno cache --unstable deps.ts dev_deps.ts

- name: Run Tests
run: deno test --unstable mod_test.ts
run: deno test --unstable

0 comments on commit 1aef89f

Please sign in to comment.