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 0fe25c8 commit 7a49ef7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,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 7a49ef7

Please sign in to comment.