Skip to content

Commit

Permalink
ghactions: Use make win-sshproxy
Browse files Browse the repository at this point in the history
The manual `go build` invocation is duplicating what is already being
done in the Makefile

Signed-off-by: Christophe Fergeau <[email protected]>
  • Loading branch information
cfergeau committed Sep 21, 2023
1 parent 2b338d6 commit 395e234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 395e234

Please sign in to comment.