refactor(windows): remove IPC code which is now unused (#3469)

This commit is contained in:
Reactor Scram
2024-01-31 17:34:46 -06:00
committed by GitHub
parent 52971cdce3
commit 966432da5b
4 changed files with 0 additions and 603 deletions

View File

@@ -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