File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 40
40
- name : Install Rust (rustup)
41
41
run : rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
42
42
shell : bash
43
- - name : Install cargo-hack
44
- run : cargo install cargo-hack
43
+ - uses : taiki-e/install-action@cargo-hack
45
44
- name : Run tests
46
45
run : cargo hack test --feature-powerset && cargo hack test --feature-powerset --release
47
46
68
67
- uses : actions/checkout@master
69
68
- name : Install Rust
70
69
run : rustup update stable && rustup default stable
71
- - name : Install cargo-hack
72
- run : cargo install cargo-hack
70
+ - uses : taiki-e/install-action@cargo-hack
73
71
- name : Install Target
74
72
run : rustup target add ${{ matrix.target }}
75
73
- name : Run check
87
85
- uses : actions/checkout@master
88
86
- name : Install Rust nightly
89
87
run : rustup update nightly && rustup default nightly
90
- - name : Install cargo-hack
91
- run : cargo install cargo-hack
88
+ - uses : taiki-e/install-action@cargo-hack
92
89
- name : Install Target
93
90
run : rustup target add ${{ matrix.target }}
94
91
- name : Run check
You can’t perform that action at this time.
0 commit comments