Skip to content

Commit a8a1b2d

Browse files
Update rust.yml
1 parent 9f9cdcd commit a8a1b2d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
strategy:
1818
max-parallel: 3
1919
matrix:
20-
rust: [stable, beta, nightly, 1.83.0, 1.65.0, 1.61.0, 1.57.0]
20+
# TODO: add stable/beta once they're versions >= 1.83
21+
rust: [beta, nightly, 1.83.0, 1.65.0, 1.61.0, 1.57.0]
2122

2223
steps:
2324
- uses: actions/checkout@v2
@@ -68,12 +69,12 @@ jobs:
6869
"rust_stable adt_const_marker alloc"
6970
7071
cargo test --no-default-features --features \
71-
"rust_stable adt_const_marker proc_macros __ui_tests alloc"
72-
# "rust_stable adt_const_marker proc_macros alloc"
72+
"rust_stable adt_const_marker proc_macros alloc"
73+
# "rust_stable adt_const_marker proc_macros __ui_tests alloc"
7374
7475
cargo test --no-default-features --features \
75-
"rust_stable adt_const_marker __ui_tests alloc"
76-
# "rust_stable adt_const_marker alloc"
76+
"rust_stable adt_const_marker alloc"
77+
# "rust_stable adt_const_marker __ui_tests alloc"
7778
7879
MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)
7980
echo "Installing latest nightly with Miri"

0 commit comments

Comments
 (0)