Finite state machines in rust; bendns fork to add types.
Diffstat (limited to '.github/workflows/tests.yml')
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 48f6fb0..869007c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: - name: Run cargo clippy uses: actions-rs/cargo@v1 with: - command: clippy + command: clippy - name: Ensure the library compiles in a no_std env uses: actions-rs/cargo@v1 |