From 56a86d5ed1bb0da297cfc1361c217de6a7642fcd Mon Sep 17 00:00:00 2001 From: Gabriela <92589087+MarnieGrenat@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:32:38 -0300 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8727fd8..ace2926 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,9 +21,7 @@ jobs: go-version: '1.20' - name: Build - working-directory: ./Coinnect-FPPD - run: go build -v ./src + run: go build -v ./Coinnect-FPPD/src - name: Test - working-directory: ./Coinnect-FPPD - run: go test -v ./... + run: go test -v ./Coinnect-FPPD/...