Finite state machines in rust; bendns fork to add types.
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 869007c..2a34f15 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -32,8 +32,8 @@ jobs:
- 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
+ command: build
+ args: --no-default-features
- name: Run tests
uses: actions-rs/cargo@v1