issues
search
yookoala
/
gofast
gofast is a FastCGI "client" library written purely in go
BSD 3-Clause "New" or "Revised" License
224
stars
49
forks
source link
github-action: only show log when fail
#58
Closed
yookoala
closed
3 years ago
yookoala
commented
3 years ago
GitHub Action treat t.Logf as error message. This make the output quite annoying to read. Run the test without the "-v" flag will only display the t.Logf message in a test when it fail. This should give us better output.