From 957b9b1cf42ba82f2ddab3dcc4acffb195bc7051 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Mon, 8 Jul 2019 18:28:13 +0200 Subject: [PATCH] adding config to test suite in the Dockerfile entrypoint --- build/tests/docker-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/tests/docker-entrypoint.sh b/build/tests/docker-entrypoint.sh index 476b166f..21a86c41 100755 --- a/build/tests/docker-entrypoint.sh +++ b/build/tests/docker-entrypoint.sh @@ -9,6 +9,7 @@ go test github.com/thecodingmachine/gotenberg/internal/pkg/pm2 -run TestChromeSt go test github.com/thecodingmachine/gotenberg/internal/pkg/pm2 -run TestUnoconvStart # Running others tests. +go test -race -cover -covermode=atomic github.com/thecodingmachine/gotenberg/internal/pkg/config go test -race -cover -covermode=atomic github.com/thecodingmachine/gotenberg/internal/pkg/random go test -race -cover -covermode=atomic github.com/thecodingmachine/gotenberg/internal/pkg/standarderror go test -race -cover -covermode=atomic github.com/thecodingmachine/gotenberg/internal/pkg/timeout