From 1b3efd99287393c6caff8d9ab5c707df5ac2d4cc Mon Sep 17 00:00:00 2001 From: "Masih H. Derkani" Date: Thu, 27 Jun 2024 13:45:05 +0100 Subject: [PATCH] Investigate timeout when running test with race detector Disable verbose tests to see effect on runtime. --- .github/workflows/go-test-config.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/workflows/go-test-config.json diff --git a/.github/workflows/go-test-config.json b/.github/workflows/go-test-config.json new file mode 100644 index 00000000..95b7aeef --- /dev/null +++ b/.github/workflows/go-test-config.json @@ -0,0 +1,3 @@ +{ + "verbose": false +}