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 2a34f15..65c1071 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: build - args: --no-default-features + args: --no-default-features --features "dsl" - name: Run tests uses: actions-rs/cargo@v1 |