Skip to content

Commit

Permalink
Do NOT perform type check on test
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Jun 13, 2021
1 parent 8ca2ff8 commit 8e16d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
deno-version: ${{ env.DENO_VERSION }}
- name: Test
run: |
deno test --unstable --allow-read --allow-net
deno test --no-check --unstable --allow-read --allow-net
timeout-minutes: 5

typecheck:
Expand Down

0 comments on commit 8e16d5c

Please sign in to comment.