/gotest

Go test project

Primary LanguageShell

Go Build Release Go project codecov Open in Visual Studio Code Hits

Test project in Go

Installation

Binaries

You can find prebuilt gotest binaries on the releases page.

You can download and install a binary locally like this:

./hack/get-gotest.sh

Source

Native Go installation:

To build gotest from source, first install the Go toolchain. You can then install the latest gotest from Github using:

$ export GO111MODULE=on; go install github.com/AndriyKalashnykov/gotest@latest

Build from sources

git clone git@github.com:AndriyKalashnykov/gotest.git
cd gotest
docker run --rm -v `pwd`:/host golang:1.17 bash -c "cd /host && go build ."

Create release

Create incremental release

make release

TODO:

TODO: ?