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:
9
.github/workflows/rust.yml
vendored
9
.github/workflows/rust.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user