.github: setup GitHub related things (#13)

- Added Github Actions
- Replaced `ISSUE_TEMPLATE.md`
This commit is contained in:
Makhnev Petr
2021-07-31 20:01:44 +03:00
committed by GitHub
parent 7e821b874b
commit 689cca66c4
5 changed files with 40 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ build:
go build ./cmd/...
test:
go test ./...
go test -v ./...
cover:
go test ./... --cover