mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-12 17:41:22 +00:00
Try revert to nightly-2020-05-20 (#1590)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -85,9 +85,9 @@ jobs:
|
||||
- name: Install nightly Rust
|
||||
# TODO: intra-doc links are available on nightly only
|
||||
# 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
|
||||
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:
|
||||
name: Integration tests
|
||||
|
Reference in New Issue
Block a user