File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2626 - name : Check
2727 run : cargo check
2828 - name : Architecture check
29- run : cargo run arch-check
29+ run : cargo run --bin arch-check
3030 - if : ${{ matrix.rust-toolchain != 'nightly' }}
3131 name : Format
3232 run : cargo fmt -- --check
5656 run : cargo install cross --locked --version 0.2.5
5757 - name : Check
5858 run : cross check --target ${{ matrix.target }}
59+ - name : Architecture check
60+ run : cross run --bin arch-check --target ${{ matrix.target }}
5961 - name : Test
6062 run : cross test --target ${{ matrix.target }}
6163
7981 run : cargo install cross --locked --version 0.2.5
8082 - name : Check
8183 run : cross check --target ${{ matrix.target }}
84+ - name : Architecture check
85+ run : cross run --bin arch-check --target ${{ matrix.target }}
8286 - name : Test
8387 run : cross test --target ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments