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 26
26
- name : Check
27
27
run : cargo check
28
28
- name : Architecture check
29
- run : cargo run arch-check
29
+ run : cargo run --bin arch-check
30
30
- if : ${{ matrix.rust-toolchain != 'nightly' }}
31
31
name : Format
32
32
run : cargo fmt -- --check
56
56
run : cargo install cross --locked --version 0.2.5
57
57
- name : Check
58
58
run : cross check --target ${{ matrix.target }}
59
+ - name : Architecture check
60
+ run : cross run --bin arch-check --target ${{ matrix.target }}
59
61
- name : Test
60
62
run : cross test --target ${{ matrix.target }}
61
63
79
81
run : cargo install cross --locked --version 0.2.5
80
82
- name : Check
81
83
run : cross check --target ${{ matrix.target }}
84
+ - name : Architecture check
85
+ run : cross run --bin arch-check --target ${{ matrix.target }}
82
86
- name : Test
83
87
run : cross test --target ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments