chore: remove redundant Deno future CI step (#6054)

This commit is contained in:
Asher Gomez 2024-09-25 14:25:49 +10:00 committed by GitHub
parent 4e6a86be9b
commit 93fe4a1b99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,12 +36,6 @@ jobs:
- name: Run tests
run: deno task test
- name: Run tests (simulate Deno 2)
if: matrix.deno == 'canary'
run: |
deno task test
rm deno.lock # remove deno.lock (v4) as it's incompatible with v3
- name: Run timezone-dependent tests
run: |
TZ=Australia/Sydney deno test datetime