File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 3838 - uses : Swatinem/rust-cache@v2
3939 - uses : taiki-e/install-action@cargo-hack
4040 - name : Build
41- run : cargo test --workspace --no-run
42- - name : Test
43- run : cargo hack test --feature-powerset --workspace
41+ run : cargo test --no-run --workspace --all-features
42+ - name : Default features
43+ run : cargo test --workspace
44+ - name : All features
45+ run : cargo test --workspace --all-features
46+ - name : No-default features
47+ run : cargo test --workspace --no-default-features
4448 latest :
4549 name : " Check latest dependencies"
4650 runs-on : ubuntu-latest
5660 - name : Update dependencies
5761 run : cargo update
5862 - name : Build
59- run : cargo test --workspace --no-run
60- - name : Test
61- run : cargo hack test --feature-powerset --workspace
63+ run : cargo test --no-run --workspace --all-features
64+ - name : Default features
65+ run : cargo test --workspace
66+ - name : All features
67+ run : cargo test --workspace --all-features
68+ - name : No-default features
69+ run : cargo test --workspace --no-default-features
You can’t perform that action at this time.
0 commit comments