Skip to content

Commit

Permalink
Fixes for run-on-device bugs (#328, #329, #331, #332)
Browse files Browse the repository at this point in the history
* Mount/unmount awaiting time now configurable witn env: `PD_MOUNT_TIMEOUT` & `PD_UNMOUNT_TIMEOUT`, values in ms.

* Update deps and bump `pdtool` and `cargo-playdate`

* Tests for serial-number format parser (#329)

* Fix accepting empty path by `diskutil` (#330)

* Fix deserialisation error when multiple devices and some of them doesn't contain serial-number (#331)

* Fix wrong mount-point determined by another device 🤦🏻‍♂️ (#332)
  • Loading branch information
boozook authored Apr 30, 2024
1 parent de8d14c commit 8d6675a
Show file tree
Hide file tree
Showing 11 changed files with 532 additions and 118 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ jobs:
run: |
cargo test -p=playdate-build-utils --all-features
cargo test -p=playdate-build --all-features
cargo test -p=playdate-device
cargo test -p=playdate-tool --all-features
tool:
Expand Down
Loading

0 comments on commit 8d6675a

Please sign in to comment.