File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff 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/')
You can’t perform that action at this time.
0 commit comments