CI Setup (#19)

This commit is contained in:
Aleksandr Bezobchuk
2023-03-14 10:23:27 -04:00
committed by GitHub
parent 1c96a6c3c2
commit 0d475f632d
14 changed files with 176 additions and 40 deletions
+9
View File
@@ -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 ###
###############################################################################