Finite state machines in rust; bendns fork to add types.
Diffstat (limited to '.github/workflows/tests.yml')
| -rw-r--r-- | .github/workflows/tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a99b304..b24d88b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,6 +28,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy + args: --all-features -- -D warnings - name: Ensure the library compiles in a no_std env uses: actions-rs/cargo@v1 |