Skip to content

Commit

Permalink
add -v test option
Browse files Browse the repository at this point in the history
Signed-off-by: Eliott Bouhana <[email protected]>
  • Loading branch information
eliottness committed Jul 12, 2024
1 parent 69e0038 commit 6d5671d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
cd orchestrion/_integration-tests
./orchestrion.exe go get gopkg.in/DataDog/dd-trace-go.v1@${{ inputs.dd-trace-go-ref }}
./orchestrion.exe go mod tidy
./orchestrion.exe go test -shuffle=on ./...
./orchestrion.exe go test -v -shuffle=on ./...
env:
GOFLAGS: -tags=integration,buildtag # Globally set build tags (buildtag is used by the dd-span test)

0 comments on commit 6d5671d

Please sign in to comment.