From 201d9736db75eb70df3d9fdd878426ca789f0cd6 Mon Sep 17 00:00:00 2001 From: Jo YoHan Date: Fri, 24 May 2024 17:37:31 +0900 Subject: [PATCH] chore: fix CI workflow --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf5b143..b72c8fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,9 +23,7 @@ jobs: go-version-file: './go.mod' - name: Build - working-directory: ./consumer run: go build -v -o ./server ./cmd/server - name: Test - working-directory: ./consumer run: go test -v ./cmd/server \ No newline at end of file