Skip to content

Commit

Permalink
chore: Re-ignore stress tests in solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
gretchenfrage authored and Ralith committed Dec 15, 2024
1 parent 05f6e67 commit db4c0e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db4c0e4

Please sign in to comment.