File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 54
54
command : check
55
55
args : --no-default-features --features std
56
56
57
- - name : check no_std
58
- uses : actions-rs/cargo@v1
59
- with :
60
- command : check
61
- args : --no-default-features --features alloc
62
-
63
57
- name : check attributes
64
58
uses : actions-rs/cargo@v1
65
59
with :
78
72
command : test
79
73
args : --doc --features "unstable attributes"
80
74
75
+ build__with_no_std :
76
+ name : Build with no-std
77
+ runs-on : ubuntu-latest
78
+
79
+ steps :
80
+ - uses : actions/checkout@master
81
+
82
+ - name : setup
83
+ run : rustup target add thumbv7m-none-eabi
84
+
85
+ - name : check no_std
86
+ uses : actions-rs/cargo@v1
87
+ with :
88
+ command : check
89
+ args : --no-default-features --features alloc --target thumbv7m-none-eabi -v
90
+
81
91
check_fmt_and_docs :
82
92
name : Checking fmt and docs
83
93
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments