mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
chore: re-enable test:browser
task in CI (#6070)
* chore: re-enable `test:browser` task in CI * update workspace members --------- Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
This commit is contained in:
parent
8abe412340
commit
b324bfa160
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -43,9 +43,8 @@ jobs:
|
||||
TZ=America/Toronto deno test datetime
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
|
||||
# TODO(kt3k): Enable this test when `deno check` command supports workspace resolution
|
||||
# - name: Type check browser compatible modules
|
||||
# run: deno task test:browser
|
||||
- name: Type check browser compatible modules
|
||||
run: deno task test:browser
|
||||
|
||||
- name: Generate lcov
|
||||
run: deno task cov:gen
|
||||
|
@ -12,6 +12,7 @@
|
||||
"./assert",
|
||||
"./async",
|
||||
"./bytes",
|
||||
"./cache",
|
||||
"./cli",
|
||||
"./collections",
|
||||
"./crypto",
|
||||
@ -45,7 +46,6 @@
|
||||
"./text",
|
||||
"./toml",
|
||||
"./ulid",
|
||||
"./url",
|
||||
"./uuid",
|
||||
"./webgpu",
|
||||
"./yaml"
|
||||
|
Loading…
Reference in New Issue
Block a user