Files
David Sherret c15529ef85 ci: add build, test, wpt, and bench jobs (#32158)
1. Does some `lint`, `build` jobs along with a `bench` job.
2. `build` jobs go into `test`, `wpt`, and `publish` jobs.
3. Test jobs are broken up into `integration`, `specs`, `unit`,
`unit_node`, and `node_compat`.
2026-02-14 12:31:53 +01:00

18 lines
570 B
Plaintext

[submodule "tests/util/std"]
path = tests/util/std
url = https://github.com/denoland/deno_std
shallow = true
[submodule "tests/wpt/suite"]
path = tests/wpt/suite
url = https://github.com/web-platform-tests/wpt.git
shallow = true
[submodule "tests/node_compat/runner/suite"]
path = tests/node_compat/runner/suite
url = https://github.com/denoland/node_test.git
shallow = true
ignore = untracked
[submodule "tests/bench/testdata/lsp_benchdata"]
path = tests/bench/testdata/lsp_benchdata
url = https://github.com/denoland/deno_lsp_benchdata.git
shallow = true