Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Sep 14, 2024
1 parent be92f27 commit 8142800
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
cargo test --verbose --features=all-apis --release --workspace --test=param -- --nocapture
cargo test --verbose --features=all-apis --release --workspace --test=net -- --nocapture
cargo test --verbose --features=all-apis --release --workspace --test=path -- --nocapture
cargo test --verbose --features=all-apis --release --workspace --test=pipe -- --nocapture
cargo test --verbose --features=all-apis --release --workspace --test=process -- --nocapture
cargo test --verbose --features=all-apis --release --workspace --test=rand -- --nocapture
cargo test --verbose --features=all-apis --release --workspace --test=stdio -- --nocapture
cargo test --verbose --features=all-apis --release --workspace --test=termios -- --nocapture
cargo test --verbose --features=all-apis --release --workspace --test=thread -- --nocapture
cargo test --verbose --features=all-apis --release --workspace --test=time -- --nocapture
cargo test --verbose --features=all-apis --release --workspace --test=system -- --nocapture
#cargo test --verbose --features=all-apis --release --workspace --test=pipe -- --nocapture
#cargo test --verbose --features=all-apis --release --workspace --test=process -- --nocapture
#cargo test --verbose --features=all-apis --release --workspace --test=rand -- --nocapture
#cargo test --verbose --features=all-apis --release --workspace --test=stdio -- --nocapture
#cargo test --verbose --features=all-apis --release --workspace --test=termios -- --nocapture
#cargo test --verbose --features=all-apis --release --workspace --test=thread -- --nocapture
#cargo test --verbose --features=all-apis --release --workspace --test=time -- --nocapture
#cargo test --verbose --features=all-apis --release --workspace --test=system -- --nocapture
env:
RUST_BACKTRACE: full
MACOSX_DEPLOYMENT_TARGET: 10.7
Expand Down

0 comments on commit 8142800

Please sign in to comment.