From f6a4e9bb50f52273c9a04c0b9cc17e01b0a401bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=C5=BE=20Jerman?= Date: Tue, 6 Feb 2024 14:06:02 +0100 Subject: [PATCH] Add some test env values --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f5ce6924e..6135d8d18 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,6 +18,7 @@ env: GO_VERSION: 1.19 GOFLAGS: -mod=readonly + WORKFLOW_STACK_TRACE_FULL: true NODE_VERSION: 16