Skip to content

Commit

Permalink
💚 fix test step in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stsysd committed Mar 10, 2024
1 parent a3b062d commit 3db8310
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 @@ -23,7 +23,7 @@ jobs:
diff README.md <(deno run --allow-run --allow-read=examples scripts/readme.ts)
- name: Run tests
run: |
deno test --unstable --coverage=coverage
deno test -A --coverage=coverage
- name: Create coverage report
run: |
deno coverage ./coverage --lcov > coverage.lcov
Expand Down

0 comments on commit 3db8310

Please sign in to comment.