File tree Expand file tree Collapse file tree 3 files changed +6
-21
lines changed
Expand file tree Collapse file tree 3 files changed +6
-21
lines changed Original file line number Diff line number Diff line change 2727 - name : Checkout
2828 uses : actions/checkout@v3
2929 - name : Build
30- uses : actions-rs/cargo@v1
31- with :
32- command : build
30+ run : cargo build
3331 - name : Test
3432 run : ./ci/test_full.sh
3533
4543 - name : Checkout
4644 uses : actions/checkout@v3
4745 - name : Build
48- uses : actions-rs/cargo@v1
49- with :
50- command : build
51- args : --target thumbv6m-none-eabi --no-default-features --features "libm rand serde"
46+ run : cargo build --target thumbv6m-none-eabi --no-default-features --features "libm rand serde"
5247
5348 fmt :
5449 name : Format
6156 - name : Checkout
6257 uses : actions/checkout@v3
6358 - name : Check formatting
64- uses : actions-rs/cargo@v1
65- with :
66- command : fmt
67- args : --all --check
59+ run : cargo fmt --all --check
Original file line number Diff line number Diff line change 2222 - name : Checkout
2323 uses : actions/checkout@v3
2424 - name : Build
25- uses : actions-rs/cargo@v1
26- with :
27- command : build
25+ run : cargo build
2826 - name : Test
2927 run : ./ci/test_full.sh
Original file line number Diff line number Diff line change 1818 - name : Checkout
1919 uses : actions/checkout@v3
2020 - name : Build
21- uses : actions-rs/cargo@v1
22- with :
23- command : build
21+ run : cargo build
2422 - name : Test
2523 run : ./ci/test_full.sh
2624
3533 - name : Checkout
3634 uses : actions/checkout@v3
3735 - name : Check formatting
38- uses : actions-rs/cargo@v1
39- with :
40- command : fmt
41- args : --all --check
36+ run : cargo fmt --all --check
You can’t perform that action at this time.
0 commit comments