ci: test AArch64 and run tests instead of build in cross job (#763)

This commit is contained in:
Taiki Endo
2025-01-27 10:58:12 +01:00
committed by GitHub
parent 7a876609a2
commit 71824b095c
2 changed files with 19 additions and 19 deletions
+1
View File
@@ -728,6 +728,7 @@ fn advance_past_len() {
// Only run these tests on little endian systems. CI uses qemu for testing
// big endian... and qemu doesn't really support threading all that well.
#[cfg(any(miri, target_endian = "little"))]
#[cfg(not(target_family = "wasm"))] // wasm without experimental threads proposal doesn't support threads
fn stress() {
// Tests promoting a buffer from a vec -> shared in a concurrent situation
use std::sync::{Arc, Barrier};