Skip to content

Commit

Permalink
Disabled UI tests because they can't be locally replicated
Browse files Browse the repository at this point in the history
(must be a version-by-version nightly difference)
  • Loading branch information
rodrimati1992 committed Nov 26, 2024
1 parent 7157a36 commit 3a2d336
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,12 @@ jobs:
"rust_stable adt_const_marker alloc nightly_mut_refs"
cargo test --no-default-features --features \
"rust_stable adt_const_marker proc_macros __ui_tests alloc nightly_mut_refs"
"rust_stable adt_const_marker proc_macros alloc nightly_mut_refs"
# "rust_stable adt_const_marker proc_macros __ui_tests alloc nightly_mut_refs"
cargo test --no-default-features --features \
"rust_stable adt_const_marker __ui_tests alloc nightly_mut_refs"
"rust_stable adt_const_marker alloc nightly_mut_refs"
# "rust_stable adt_const_marker __ui_tests alloc nightly_mut_refs"
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 3a2d336

Please sign in to comment.