Skip to content

Commit

Permalink
Use deno task test for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
justyns committed Jul 13, 2024
1 parent 85ffebb commit 6d8fc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deno-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: deno fmt --check

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

- name: Coverage
run: deno coverage --lcov cov_profile/ > cov.lcov
Expand Down

0 comments on commit 6d8fc62

Please sign in to comment.