Skip to content

Commit 5906bb2

Browse files
committed
try make preemptive tests more stable
1 parent ef6d24e commit 5906bb2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ "${CROSS}" = "1" ]; then
77
export CARGO_NET_RETRY=5
88
export CARGO_NET_TIMEOUT=10
99

10-
cargo install cross --git "https://github.com/cross-rs/cross" --rev "7b79041c9278769eca57fae10c74741f5aa5c14b"
10+
cargo install cross --git https://github.com/cross-rs/cross --rev 4090beca3cfffa44371a5bba524de3a578aa46c3
1111
CARGO=cross
1212
fi
1313

core/tests/coroutine.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ fn coroutine_stack_growth() -> std::io::Result<()> {
114114
Ok(())
115115
}
116116

117+
#[cfg(not(all(debug_assertions, target_os = "linux", target_arch = "x86")))]
117118
#[test]
118119
fn coroutine_trap() -> std::io::Result<()> {
119120
let mut coroutine = co!(|_: &Suspender<'_, (), ()>, ()| {

0 commit comments

Comments
 (0)