Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrimati1992 authored Dec 4, 2024
1 parent 9f9cdcd commit a8a1b2d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
strategy:
max-parallel: 3
matrix:
rust: [stable, beta, nightly, 1.83.0, 1.65.0, 1.61.0, 1.57.0]
# TODO: add stable/beta once they're versions >= 1.83
rust: [beta, nightly, 1.83.0, 1.65.0, 1.61.0, 1.57.0]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -68,12 +69,12 @@ jobs:
"rust_stable adt_const_marker alloc"
cargo test --no-default-features --features \
"rust_stable adt_const_marker proc_macros __ui_tests alloc"
# "rust_stable adt_const_marker proc_macros alloc"
"rust_stable adt_const_marker proc_macros alloc"
# "rust_stable adt_const_marker proc_macros __ui_tests alloc"
cargo test --no-default-features --features \
"rust_stable adt_const_marker __ui_tests alloc"
# "rust_stable adt_const_marker alloc"
"rust_stable adt_const_marker alloc"
# "rust_stable adt_const_marker __ui_tests alloc"
MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)
echo "Installing latest nightly with Miri"
Expand Down

0 comments on commit a8a1b2d

Please sign in to comment.