File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 49
49
- uses : taiki-e/install-action@cargo-hack
50
50
- name : Build
51
51
run : cargo test --workspace --no-run
52
- - name : Test
53
- run : cargo hack test --feature-powerset --workspace
52
+ - name : Default features
53
+ run : cargo test --workspace
54
+ - name : All features
55
+ run : cargo test --workspace --all-features
56
+ - name : No-default features
57
+ run : cargo test --workspace --no-default-features
54
58
msrv :
55
59
name : " Check MSRV"
56
60
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 39
39
- uses : taiki-e/install-action@cargo-hack
40
40
- name : Build
41
41
run : cargo test --workspace --no-run
42
- - name : Test
43
- run : cargo hack test --feature-powerset --workspace
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
44
48
latest :
45
49
name : " Check latest dependencies"
46
50
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments