mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 03:02:12 +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
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user