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 2121 - name : Checkout
2222 uses : actions/checkout@v3
2323 - name : Build
24- uses : actions-rs/cargo@v1
25- with :
26- command : build
24+ run : cargo build
2725 - name : Test
2826 run : ./ci/test_full.sh
2927
3937 - name : Checkout
4038 uses : actions/checkout@v3
4139 - name : Build
42- uses : actions-rs/cargo@v1
43- with :
44- command : build
45- args : --target thumbv6m-none-eabi --no-default-features --features i128
40+ run : cargo build --target thumbv6m-none-eabi --no-default-features --features i128
4641
4742 fmt :
4843 name : Format
5550 - name : Checkout
5651 uses : actions/checkout@v3
5752 - name : Check formatting
58- uses : actions-rs/cargo@v1
59- with :
60- command : fmt
61- args : --all --check
53+ 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