From 5fc2c6d2a668ec9aa8d4620eec819b3d11b3ab3d Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Thu, 25 Jan 2024 22:37:01 +1000 Subject: [PATCH] Try the easy way of setting the env variable --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6867bee..92e5b4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,4 +50,4 @@ jobs: run: cd main; go build -v - name: Test dio - run: cd main; go test ./cmd -v -check.v + run: cd main; IS_TESTING=yes go test ./cmd -v -check.v