From 395e2342c4883aace3ccee68ace431d77accf9ce Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 6 Sep 2023 17:19:17 +0200 Subject: [PATCH] ghactions: Use `make win-sshproxy` The manual `go build` invocation is duplicating what is already being done in the Makefile Signed-off-by: Christophe Fergeau --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d883e76e2..208b27082 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -67,7 +67,7 @@ jobs: go-version: 1.20.x - name: Build - run: go build -ldflags -H=windowsgui -o bin/win-sshproxy.exe ./cmd/win-sshproxy + run: make win-sshproxy - name: Test run: go test -v .\test-win-sshproxy