Try revert to nightly-2020-05-20 (#1590)

This commit is contained in:
Pierre Krieger 2020-05-25 13:28:21 +02:00 committed by GitHub
parent 34faf94538
commit e0cf026bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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