Skip to content

Commit

Permalink
Remove junit report
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Poignant committed May 24, 2021
1 parent 0ace072 commit 2a4b096
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ lint:
./bin/golangci-lint run --deadline=65s ./...

test:
ifeq ($(CI), true)
GO111MODULE=off go get -u github.com/jstemmer/go-junit-report
$(GOTEST) -v -race ./... | tee /dev/tty | go-junit-report -set-exit-code > /tmp/test-results/junit-report.xml
else
$(GOTEST) -v -race ./...
endif


coverage:
Expand Down

0 comments on commit 2a4b096

Please sign in to comment.