Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun authored Aug 11, 2024
1 parent 9b98068 commit 2f2bd9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ jobs:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Run unit tests
run: |
cargo test -- --nocapture
cargo test --all-features -- --nocapture
run: cargo test --all-features -- --nocapture
- name: Run examples
run: |
cargo run --example simple_stdio
Expand Down

0 comments on commit 2f2bd9a

Please sign in to comment.