Skip to content

Commit a2237fc

Browse files
committed
Test with all feature combinations
1 parent c133765 commit a2237fc

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,10 @@ jobs:
4848
toolchain: ${{ matrix.toolchain }}
4949
profile: minimal
5050

51-
- run: cargo +${{ matrix.toolchain }} build --workspace
52-
- run: cargo +${{ matrix.toolchain }} test --workspace --no-run
53-
- run: cargo +${{ matrix.toolchain }} test --workspace
54-
55-
- run: cargo +${{ matrix.toolchain }} build --no-default-features --workspace
56-
- run: cargo +${{ matrix.toolchain }} test --no-default-features --workspace --no-run
57-
- run: cargo +${{ matrix.toolchain }} test --no-default-features --workspace
51+
- run: cargo +${{ matrix.toolchain }} test --all-features
52+
- run: cargo +${{ matrix.toolchain }} test --no-default-features
53+
- run: cargo +${{ matrix.toolchain }} test --no-default-features --features colors
54+
- run: cargo +${{ matrix.toolchain }} test --no-default-features --features timestamps
5855

5956
rust-publish-crates:
6057
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)