Skip to content

Commit

Permalink
Use deno task test instead in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
catuhana committed Feb 23, 2024
1 parent beb44da commit a7a0d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
run: deno lint

- name: Run tests
run: deno test
run: deno task test

0 comments on commit a7a0d5e

Please sign in to comment.