-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip pass actions if no test name is present (#8)
Go test json may produce output like: {"Time":"2021-10-07T15:05:01.541387-05:00","Action":"pass","Package":"github.com/example/package","Elapsed":0.023} Instead of returning from the goroutine and hanging go-test-trace, just skip it.
- Loading branch information
1 parent
1df66a7
commit 732baad
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters