Removed windows from workflows.

Removed debug printing.
UnknownResponse now includes the length of the response.
Added new method for clearing the device state.
This commit is contained in:
lennard
2023-06-14 12:31:00 +02:00
parent d3245faddd
commit 5121e164df
4 changed files with 14 additions and 22 deletions

View File

@@ -19,15 +19,6 @@ jobs:
- name: test
run: cargo test --bin cli_app
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose --bin cli_app
- name: test
run: cargo test --bin cli_app
build-linux:
runs-on: ubuntu-latest
steps: