mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Closes #3534 I'm running it in another job in parallel. It doesn't work in release mode for Windows reasons, and I'm not sure how to share it with the `cargo test` jobs. So the overall time for `ci.yml` is only 11 minutes, which seems typical. However it is using up another CI runner unit to build the whole Tauri app from scratch in debug mode. ```[tasklist] - [x] Skip the WebView2 error dialog if we're in smoke-test mode - [x] Research if there's any Github action to install WebView2 in the runner ``` --------- Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com> Co-authored-by: Gabi <gabrielalejandro7@gmail.com> Co-authored-by: Jamil <jamilbk@users.noreply.github.com>