Finite state machines in rust; bendns fork to add types.
Diffstat (limited to '.github/workflows/tests.yml')
| -rw-r--r-- | .github/workflows/tests.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 76cb6e2..48f6fb0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,6 +29,12 @@ jobs: with: command: clippy + - name: Ensure the library compiles in a no_std env + uses: actions-rs/cargo@v1 + with: + command: rustc + args: --manifest-path ensure_no_std/Cargo.toml -- -C link-arg=-nostartfiles + - name: Run tests uses: actions-rs/cargo@v1 env: |