mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-21 11:25:41 +01:00
6 lines
89 B
Makefile
6 lines
89 B
Makefile
test:
|
|
go test ./...
|
|
|
|
.PHONY: release
|
|
release:
|
|
curl -sL https://git.io/goreleaser | bash
|