Skip to content

Commit

Permalink
ci: enable testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Jul 31, 2024
1 parent 7f2eb37 commit 06a6514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
with:
deno-version: ${{ matrix.deno }}

# - name: Test
# run: deno task test --coverage=coverage
- name: Test
run: deno task test --coverage=coverage

# - name: Generate coverage
# run: deno coverage coverage --output=cov_profile.lcov --lcov
Expand Down

0 comments on commit 06a6514

Please sign in to comment.