Skip to content

Commit fae7733

Browse files
relastleHiroki-Konishi
authored andcommitted
Update: add docker build target and integration test target
1 parent 8ff58fc commit fae7733

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@ bench:
1313
.PHONY: lint
1414
lint:
1515
golint ./main.go
16+
17+
.PHONY: docker
18+
docker:
19+
docker build -t relastle/pmy:0.1.0 -f docker/Dockerfile .
20+
21+
.PHONY: integration_test
22+
integration_test:
23+
(cd ./integration_test && go test -run .)

0 commit comments

Comments
 (0)