mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-01 21:52:16 +00:00
Try revert to nightly-2020-05-20 (#1590)
This commit is contained in:
parent
34faf94538
commit
e0cf026bbb
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -85,9 +85,9 @@ jobs:
|
|||||||
- name: Install nightly Rust
|
- name: Install nightly Rust
|
||||||
# TODO: intra-doc links are available on nightly only
|
# TODO: intra-doc links are available on nightly only
|
||||||
# see https://doc.rust-lang.org/nightly/rustdoc/lints.html#intra_doc_link_resolution_failure
|
# see https://doc.rust-lang.org/nightly/rustdoc/lints.html#intra_doc_link_resolution_failure
|
||||||
run: rustup default nightly
|
run: rustup default nightly-2020-05-20
|
||||||
- name: Check rustdoc links
|
- name: Check rustdoc links
|
||||||
run: RUSTDOCFLAGS="--deny intra_doc_link_resolution_failure" cargo +nightly doc --verbose --workspace --no-deps --document-private-items
|
run: RUSTDOCFLAGS="--deny intra_doc_link_resolution_failure" cargo doc --verbose --workspace --no-deps --document-private-items
|
||||||
|
|
||||||
integration-test:
|
integration-test:
|
||||||
name: Integration tests
|
name: Integration tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user