Revert "Temporarily disable beta CI"

This reverts commit 2a2318d4c6.
This commit is contained in:
David Tolnay 2022-01-12 19:06:12 -08:00
parent 39d3774f42
commit 5a116832ad
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -28,9 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# beta broken: https://github.com/rust-lang/rust/issues/91872
#rust: [nightly, beta, stable, 1.56.0]
rust: [nightly, stable, 1.56.0]
rust: [nightly, beta, stable, 1.56.0]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@master