Skip to content

Commit

Permalink
Update go.yml: add -v option to go test
Browse files Browse the repository at this point in the history
  • Loading branch information
texadactyl authored Oct 25, 2024
1 parent cad7349 commit 0d53edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
export JACOBIN_TESTDATA=$JACOBIN_TOP/testdata
cd src
export JACOBIN_EXE=`pwd`/jacobin
go test -timeout 3m ./...
go test -v -timeout 3m ./...
windows-build-and-test:
strategy:
Expand Down Expand Up @@ -88,4 +88,4 @@ jobs:
$Env:JACOBIN_EXE += '\src\jacobin.exe'
$Env:JACOBIN_EXE
go mod tidy
go test -timeout 3m ./...
go test -v -timeout 3m ./...

0 comments on commit 0d53edf

Please sign in to comment.