Skip to content

Add gofmt output to CI test before calling test -z

Cecylia Bocovich requested to merge cohosh/snowflake:issue/40236 into main

We use a call to test -z together with go fmt because it doesn't output a non-zero exit status (triggering CI test failure). However, we lose useful debugging output from the go fmt call because test -z swallows it. This adds very verbose formatting output to the CI test.

Closes #40236 (closed)

Merge request reports