File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ jobs:
48
48
- name : Install Rust
49
49
# --no-self-update is necessary because the windows environment cannot self-update rustup.exe.
50
50
run : rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
51
- - name : Install cargo-hack
51
+ - name : Install cargo-hack and cargo-minimal-versions
52
52
uses : taiki-e/install-action@v2
53
53
with :
54
- tool : cargo-hack
54
+ tool : cargo-hack,cargo-minimal-versions
55
55
- run : cargo build --all --all-features --all-targets
56
56
- run : cargo hack build --feature-powerset --no-dev-deps
57
57
- name : Add rust-src
60
60
- name : Check ESP-IDF
61
61
if : startsWith(matrix.rust, 'nightly') && startsWith(matrix.os, 'ubuntu')
62
62
run : cargo check -Z build-std --target riscv32imc-esp-espidf
63
+ - run : cargo minimal-versions build --all --all-features
63
64
- run : cargo test
64
65
65
66
# Copied from: https://github.com/rust-lang/stacker/pull/19/files
You can’t perform that action at this time.
0 commit comments