Skip to content

Commit eace88a

Browse files
committed
ci
1 parent f34e353 commit eace88a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ jobs:
125125
- name: Makefile tests
126126
run: cd temporal_capi/cpp_tests && make
127127

128+
# There's no guarantee that dependencies are no_std unless you test with a toolchain without `std`
129+
- name: Install no_std toolchain
130+
run: rustup target add thumbv7m-none-eabi
131+
- name: Run no_std tests
132+
run: cargo check -p temporal_capi --target thumbv7m-none-eabi
133+
128134
docs:
129135
name: Documentation
130136
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)