Disable Rust beta tests in CI, due to a rust bug (#2542)

This commit is contained in:
teor 2021-07-29 13:02:12 +10:00 committed by GitHub
parent 79d41b3aea
commit e2a3a38047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable, beta] rust: [stable]
env: env:
CARGO_INCREMENTAL: 0 CARGO_INCREMENTAL: 0
RUST_BACKTRACE: full RUST_BACKTRACE: full