mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
refactor(windows): remove IPC code which is now unused (#3469)
This commit is contained in:
9
.github/workflows/_rust.yml
vendored
9
.github/workflows/_rust.yml
vendored
@@ -96,15 +96,6 @@ jobs:
|
||||
# Build Windows Tauri GUI
|
||||
|
||||
pnpm install
|
||||
|
||||
# Set logs to debug
|
||||
$env:RUST_LOG = "debug"
|
||||
|
||||
# I'm running the multi-process test here because I don't think it can be
|
||||
# embedded in a test binary. It requires the client to call subcommands
|
||||
# from its own exe.
|
||||
cargo run -p ${{ matrix.package }} -- debug test-ipc
|
||||
|
||||
pnpm build
|
||||
|
||||
# Used for release artifact
|
||||
|
||||
Reference in New Issue
Block a user