Skip to content

Commit

Permalink
(DRY a bit w.r.t. GitHub Action)
Browse files Browse the repository at this point in the history
  • Loading branch information
dslmeinte committed Mar 6, 2023
1 parent e0268d0 commit cd53082
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: denoland/[email protected]
with:
deno-version: v1.x # Run with latest stable Deno.
- run: deno test --allow-read --allow-write src/
deno-version: v1.x # run with the latest stable version of Deno
- name: Run Deno tests
run: deno task run-tests

0 comments on commit cd53082

Please sign in to comment.