forked from mirror/async-std
Enable doc test on ci
This commit is contained in:
parent
7d9a063002
commit
c85e2496b1
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -65,6 +65,12 @@ jobs:
|
||||||
command: test
|
command: test
|
||||||
args: --all --features "unstable attributes"
|
args: --all --features "unstable attributes"
|
||||||
|
|
||||||
|
- name: documentation test
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: test
|
||||||
|
args: --doc --features "unstable attributes"
|
||||||
|
|
||||||
check_fmt_and_docs:
|
check_fmt_and_docs:
|
||||||
name: Checking fmt and docs
|
name: Checking fmt and docs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue