Skip to content

Commit

Permalink
Merge pull request #25 from WillAbides/matcher
Browse files Browse the repository at this point in the history
Update matcher.json to match test failures
  • Loading branch information
WillAbides committed Sep 13, 2023
2 parents a6cb754 + 72e95b8 commit 54c5d9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ The performance improvements are achieved by:
with, but if you use one of those formats you can shave an additional half
second off the time.

### Annotations for test failures

Setup-go-faster adds annotations for test failures so they show up in your
pull request. As of setup-go@v4.1.0, setup-go only adds annotations for
build failures, not test failures.

### Install tip

Setup-go-faster will install go tip from source if you set `go-version: tip`.
Expand Down
2 changes: 1 addition & 1 deletion matchers.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"owner": "go",
"pattern": [
{
"regexp": "^\\s*(.+\\.go):(?:(\\d+):(\\d+):)? (.*)",
"regexp": "^\\s*(.+\\.go):(?:(\\d+):(?:(\\d+):)?)? (.*)",
"file": 1,
"line": 2,
"column": 3,
Expand Down

0 comments on commit 54c5d9a

Please sign in to comment.