$(call go_install,gotest.tools/gotestsum@latest) .PHONY: install install: $(GOBIN)/golangci-lint $(GOBIN)/gotestsum .PHONY: clean clean: rm $(GOBIN)/golangci-lint rm $(GOBIN)/gotestsum .PHONY: dependencies-scan dependencies-scan: @echo ">> Scanning dependencies in $(CURDIR...
On Windows, you can installnotify-send.exebut it does not support custom icons so will have to use the basic "info" and "error". gotestsum --post-run-command notify Example: command with flags Positional arguments or command line flags can be passed to the--post-run-commandby quoting ...
If you have a 32-bit system, ARM, or some other need, here’s how to compile and install a custom binary: go get -u gotest.tools/gotestsum Installing on CircleCI If you are using aGolang CircleCI Docker Convenience Image(circleci/golang) then congratulations,gotestsumis already pre-...
On Windows, you can installnotify-send.exebut it does not support custom icons so will have to use the basic "info" and "error". gotestsum --post-run-command notify Example: command with flags Positional arguments or command line flags can be passed to the--post-run-commandby quoting ...
go install gotest.tools/gotestsum@${{ env.GOTESTSUM_VERSION }} - name: Go mod run: | @@ -52,13 +58,27 @@ jobs: TMPDIR: ${{ runner.temp }} SKIP_INTEGRATION_TESTS: 1 run: | mkdir -p ./coverage go test -coverprofile=./coverage/coverage.txt -covermode=atomic ${TESTFLAGS} ....
Files main .github cmd disk LICENSE README.md disktest_install.sh go.mod go.sumBreadcrumbs disktest / go.sum Latest commit spiritLHLS update 51a24a9· Jul 2, 2024 HistoryHistoryFile metadata and controls Code Blame 15 lines (15 loc) · 1.3 KB...
Some sample icons can be found in contrib/notify, and can be installed with make install.On Windows, you can install notify-send.exe but it does not support custom icons so will have to use the basic "info" and "error".gotestsum --post-run-command notify ...
Install Download a binary fromreleases, or build from source withgo get gotest.tools/gotestsum. Demo A demonstration of three--formatoptions. Source Documentation Output Formatfrom compact to verbose, with color highlighting. Summaryof the test run. ...