CI Setup (#19)
This commit is contained in:
@@ -10,6 +10,15 @@ PROJECT_NAME = $(shell git remote get-url origin | xargs basename -s .git)
|
||||
HTTPS_GIT := https://github.com/skip-mev/pob.git
|
||||
DOCKER := $(shell which docker)
|
||||
|
||||
###############################################################################
|
||||
### Tests ###
|
||||
###############################################################################
|
||||
|
||||
test:
|
||||
@go test -v ./...
|
||||
|
||||
.PHONY: test
|
||||
|
||||
###############################################################################
|
||||
### Protobuf ###
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user