Skip to content

Commit

Permalink
[CI] Run all test on Windows and MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker authored and djc committed Jun 5, 2023
1 parent 5c3f40c commit 3760f2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test --lib --all-features --color=always -- --color=always
- run: cargo test --doc --all-features --color=always -- --color=always
- run: cargo test --all-features --color=always -- --color=always

# later this may be able to be included with the below
# kept separate for now as the following don't compile on 1.56.1
Expand Down

0 comments on commit 3760f2a

Please sign in to comment.