mirror of
https://github.com/denoland/std.git
synced 2024-11-21 12:40:03 +00:00
chore: remove redundant Deno future CI step (#6054)
This commit is contained in:
parent
4e6a86be9b
commit
93fe4a1b99
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user