Skip to content

Commit

Permalink
run tests with -v flag to determien why build fails
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Fitzgerald <[email protected]>
  • Loading branch information
joefitzgerald committed Jan 22, 2022
1 parent 7718e31 commit 1075583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ GO111MODULE=on go build -v ./...
echo
echo "Running tests..."
echo
GO111MODULE=on go test -race ./...
GO111MODULE=on go test -race -v ./...

echo "
_______ _ _ _______ _______ _______
Expand Down

0 comments on commit 1075583

Please sign in to comment.