mirror of https://github.com/liamg/aminal.git
fix build
This commit is contained in:
parent
4027197a96
commit
76397d2115
|
@ -10,4 +10,4 @@ jobs:
|
|||
working_directory: /go/src/github.com/liamg/aminal
|
||||
steps:
|
||||
- checkout
|
||||
- run: go test -v ./...
|
||||
- run: make test
|
||||
|
|
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ test:
|
|||
|
||||
.PHONY: install
|
||||
install: build
|
||||
sudo install -m 0755 aminal "/usr/local/bin/${BINARY}"
|
||||
install -m 0755 aminal "${GOBIN}/${BINARY}"
|
||||
|
||||
.PHONY: install-tools
|
||||
install-tools:
|
||||
|
|
Loading…
Reference in New Issue