Fix List* workflows and add unittests for them
This commit is contained in:
parent
af6fb616d8
commit
c2ea0c2a63
5 changed files with 87 additions and 103 deletions
5
Makefile
5
Makefile
|
|
@ -1,5 +1,10 @@
|
|||
GO ?= go
|
||||
|
||||
install-dev-deps:
|
||||
@$(GO) get -u github.com/golang/dep/...
|
||||
@$(GO) get golang.org/x/tools/cmd/cover
|
||||
@$(GO) get github.com/mattn/goveralls
|
||||
|
||||
build:
|
||||
@echo "Building dist/ooni"
|
||||
@$(GO) build -i -o dist/ooni cmd/ooni/main.go
|
||||
|
|
|
|||
Loading…
Reference in a new issue