We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2b69a commit 2fa9c25Copy full SHA for 2fa9c25
.github/workflows/ci.yml
@@ -13,6 +13,8 @@ jobs:
13
- uses: actions/checkout@v2
14
- uses: dtolnay/rust-toolchain@nightly
15
with:
16
+ # Pinned because of https://github.com/rust-lang/rust/issues/74614
17
+ toolchain: nightly-2020-07-21
18
components: rustc-dev
19
- run: cargo test --all-features --release
20
0 commit comments