Skip to content

Files

Latest commit

ffef4dc · Mar 15, 2022

History

History
23 lines (14 loc) · 563 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 563 Bytes

Contributing

Prerequisites

Local build

./scripts/install-libgit2.sh
goreleaser build --snapshot --rm-dist --single-target

You will find the executable in dist/one-report-changeset-publisher_xxx_xxx/one-report-changeset-publisher. It might be a good idea to add that directory to your PATH:

export PATH=./dist/one-report-changeset-publisher_xxx_xxx:$PATH

Test

Run all the tests

go test -v -race ./...