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:
Asher Gomez 2024-10-03 22:53:12 +10:00 committed by GitHub
parent 8abe412340
commit b324bfa160
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -12,6 +12,7 @@
"./assert",
"./async",
"./bytes",
"./cache",
"./cli",
"./collections",
"./crypto",
@ -45,7 +46,6 @@
"./text",
"./toml",
"./ulid",
"./url",
"./uuid",
"./webgpu",
"./yaml"