File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,23 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - name : Install target
18
- run : rustup target add thumbv7em-none-eabihf
19
- - name : Install flip-link
20
- run : cargo install flip-link
21
17
- uses : actions/checkout@v3
22
18
- uses : actions-rs/cargo@v1
23
19
with :
24
20
command : build
25
- # no tests at the moment as the crate currently targets the stm32f4xx-hal and thus can't run on x86
21
+ - uses : actions-rs/cargo@v1
22
+ with :
23
+ command : check
24
+ - uses : actions-rs/cargo@v1
25
+ with :
26
+ command : test
26
27
- uses : actions-rs/cargo@v1
27
28
with :
28
29
command : fmt
29
30
args : --all -- --check
30
31
- uses : actions-rs/cargo@v1
31
32
with :
32
33
command : clippy
34
+ - uses : actions-rs/cargo@v1
35
+ with :
36
+ command : audit
You can’t perform that action at this time.
0 commit comments