File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 50
50
- name : Build
51
51
run : cargo test --workspace --no-run
52
52
- name : Test
53
- run : cargo hack test --feature-powerset --workspace
53
+ run : cargo hack test --each-feature --workspace
54
54
msrv :
55
55
name : " Check MSRV"
56
56
runs-on : ubuntu-latest
64
64
- uses : Swatinem/rust-cache@v2
65
65
- uses : taiki-e/install-action@cargo-hack
66
66
- name : Default features
67
- run : cargo hack check --feature-powerset --locked --rust-version --ignore-private --workspace --all-targets --keep-going
67
+ run : cargo hack check --each-feature --locked --rust-version --ignore-private --workspace --all-targets --keep-going
68
68
minimal-versions :
69
69
name : Minimal versions
70
70
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 40
40
- name : Build
41
41
run : cargo test --workspace --no-run
42
42
- name : Test
43
- run : cargo hack test --feature-powerset --workspace
43
+ run : cargo hack test --each-feature --workspace
44
44
latest :
45
45
name : " Check latest dependencies"
46
46
runs-on : ubuntu-latest
58
58
- name : Build
59
59
run : cargo test --workspace --no-run
60
60
- name : Test
61
- run : cargo hack test --feature-powerset --workspace
61
+ run : cargo hack test --each-feature --workspace
You can’t perform that action at this time.
0 commit comments