diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml index 10ad409..e82aeac 100644 --- a/.github/workflows/test-backend.yml +++ b/.github/workflows/test-backend.yml @@ -20,8 +20,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version-file: go.mod - cache-dependency-path: go.sum + go-version-file: backend/go.mod + cache-dependency-path: backend/go.sum - run: go vet ./... - run: go test ./... - run: CGO_ENABLED=0 GOOS=linux go build -o /dev/null ./cmd/api