makefile for integration tests

This commit is contained in:
Kim Tore Jensen
2021-08-24 13:11:11 +02:00
parent 097f4fd5b2
commit 18aaa754c6

View File

@@ -4,5 +4,8 @@ wonderwall:
test:
go test -v -count=1 ./...
test_redis_integration:
go test -v -count=1 -tags=integration ./pkg/session/
alpine:
go build -a -installsuffix cgo -o bin/wonderwall cmd/wonderwall/main.go