From db4c0e40da25482a54c5fd0dbb7c75eda1ac28e0 Mon Sep 17 00:00:00 2001 From: Phoenix Kahlo Date: Sat, 14 Dec 2024 12:39:02 -0600 Subject: [PATCH] chore: Re-ignore stress tests in solaris --- .github/workflows/rust.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 733da27c2..c09c65aa6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -78,9 +78,10 @@ jobs: rustc --version echo "~~~~ Solaris-version ~~~~" uname -a + # Unlike others, don't un-ignore stress tests, because they hang on Solaris run: | export PATH=$HOME/.rust_solaris/bin:$PATH - cargo build --all-targets && cargo test -- --ignored stress && cargo test --manifest-path fuzz/Cargo.toml && cargo test -p quinn-udp --benches + cargo build --all-targets && cargo test --manifest-path fuzz/Cargo.toml && cargo test -p quinn-udp --benches test-illumos: name: test on illumos