Skip to content

Commit

Permalink
Use Go from build directory in Windows integration tests instead of r…
Browse files Browse the repository at this point in the history
…equiring a Go installation (spiffe#4670)

Signed-off-by: Agustín Martínez Fayó <[email protected]>
  • Loading branch information
amartinezfayo authored Nov 17, 2023
1 parent 5b3fe10 commit 14d1d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ else
endif

integration-windows:
$(E)./test/integration/test-windows.sh $(SUITES)
$(E)$(go_path) ./test/integration/test-windows.sh $(SUITES)

#############################################################################
# Docker Images
Expand Down

0 comments on commit 14d1d34

Please sign in to comment.