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