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 @@ -87,19 +87,16 @@ jobs:
87
87
strategy :
88
88
matrix :
89
89
os : [ubuntu-latest, macos-14, windows-latest]
90
- env :
91
- MSRV : 1.63
92
90
steps :
93
91
- uses : actions/checkout@master
94
92
- name : Install Rust (rustup)
95
- run : |
96
- rustup toolchain install $MSRV --no-self-update --profile minimal
97
- rustup default $MSRV
98
- rustup toolchain install nightly --no-self-update --profile minimal
93
+ run : rustup toolchain install nightly --no-self-update --profile minimal
99
94
shell : bash
100
95
101
96
- run : cargo +nightly update -Zminimal-versions
102
97
98
+ - uses : taiki-e/install-action@cargo-hack
99
+
103
100
- uses : Swatinem/rust-cache@v2
104
101
105
- - run : cargo check
102
+ - run : cargo hack check --lib --rust-version --ignore-private
You can’t perform that action at this time.
0 commit comments