From a056ff48ef86fde8ecfabfb7550198e2cfead47f Mon Sep 17 00:00:00 2001 From: infogulch Date: Sun, 7 Apr 2024 14:25:02 -0500 Subject: [PATCH] CD to test to run tests --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 89f30d9..c700990 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,8 @@ jobs: run: go test -v ./... - name: Run Integration Tests - run: go run ./test + run: go run . + working-directory: ./test - name: Build binaries for all platforms run: .github/workflows/release.sh