mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
chore(ci): clean up Doctest /node
step in CI (#2629)
This commit is contained in:
parent
6dd2814a8c
commit
e4badb0aa8
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -97,10 +97,6 @@ jobs:
|
||||
shell: bash
|
||||
run: deno task node:check-unstable-api
|
||||
|
||||
# FIXME(bartlomieju): currently doc tests are failing, we need --compat mode in "deno test" to get them working
|
||||
# - name: Doctest node/
|
||||
# run: deno test --doc --unstable --allow-all --import-map=test_import_map.json --config strict-ts44.tsconfig.json node/
|
||||
|
||||
- name: Unit test node/
|
||||
run: deno task node:unit
|
||||
|
||||
|
@ -106,11 +106,6 @@ accepted.
|
||||
- wasm crypto check
|
||||
- CLA
|
||||
|
||||
_Typechecking code in Markdown files_:
|
||||
|
||||
If you want to run `deno test --doc x.md` you will need to specify the flag
|
||||
`--import-map=test_import_map.json`, this import map is in the root of deno_std.
|
||||
|
||||
_For maintainers_:
|
||||
|
||||
To release a new version a tag in the form of `x.y.z` should be added.
|
||||
|
Loading…
Reference in New Issue
Block a user