diff --git a/.gitea/workflows/go.yaml b/.gitea/workflows/go.yaml index 448223d..8dbe4e6 100644 --- a/.gitea/workflows/go.yaml +++ b/.gitea/workflows/go.yaml @@ -12,6 +12,6 @@ jobs: with: go-version: '1.21.x' - name: Build - run: go build -v ./... + run: go build -v ./.. - name: Test with the Go CLI run: go test \ No newline at end of file