ci: reduce memory consumption of the linter

This commit is contained in:
Ludovic Fernandez 2019-10-09 11:48:04 +02:00 committed by Traefiker Bot
parent c87a37f804
commit ff31e75ccc
5 changed files with 13 additions and 11 deletions

View file

@ -12,6 +12,7 @@ import (
func TestNewPoolContext(t *testing.T) {
type testKeyType string
testKey := testKeyType("test")
ctx := context.WithValue(context.Background(), testKey, "test")