Disable Rust beta tests in CI, due to a rust bug (#2542)
This commit is contained in:
parent
79d41b3aea
commit
e2a3a38047
|
@ -18,7 +18,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
rust: [stable, beta]
|
||||
rust: [stable]
|
||||
env:
|
||||
CARGO_INCREMENTAL: 0
|
||||
RUST_BACKTRACE: full
|
||||
|
|
Loading…
Reference in New Issue