mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
Adds Windows compatibility to toolsdk tests This PR adds Windows compatibility to the toolsdk tests by: 1. Adding build constraints to exclude bash_test.go from running on Windows 2. Skipping the WorkspaceSSHExec test on Windows platforms with a clear message These changes ensure tests run properly across all supported platforms. Related to https://github.com/coder/internal/issues/798 Signed-off-by: Thomas Kosiewski <tk@coder.com>