Merge branch 'main' into frontend-rework

This commit is contained in:
Cooper Quintin
2025-04-28 17:19:28 -07:00
11 changed files with 141 additions and 120 deletions

View File

@@ -34,6 +34,8 @@ jobs:
npm run build
popd
cargo test --verbose --no-default-features --features=${{ matrix.device.name }}
- name: Run clippy
run: cargo clippy --verbose --no-default-features --features=${{ matrix.device.name }}
windows_serial_check_and_test:
runs-on: windows-latest