From 18aaa754c6ad57a6605954e43b1b10329ed6a41a Mon Sep 17 00:00:00 2001 From: Kim Tore Jensen Date: Tue, 24 Aug 2021 13:11:11 +0200 Subject: [PATCH] makefile for integration tests --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 48b8429..08a1245 100644 --- a/Makefile +++ b/Makefile @@ -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