There was an error while loading. Please reload this page.
2 parents 014af46 + c6dd3fe commit e964ed6Copy full SHA for e964ed6
4 files changed
Makefile
@@ -3,6 +3,7 @@ NEW_SHA= $(shell shasum -a 256 a_main-packr.go | cut -d' ' -f1)
3
4
all: test install post
5
test:
6
+ packr
7
go test -v -count 1 ./...
8
go build
9
docker-compose --no-ansi -f docker-compose.yml up -d --force-recreate
0 commit comments