diff --git a/.gitea/workflows/testing.yaml b/.gitea/workflows/testing.yaml index 96c1d17..75a1d8e 100644 --- a/.gitea/workflows/testing.yaml +++ b/.gitea/workflows/testing.yaml @@ -43,4 +43,4 @@ jobs: /go_cache key: go_path-${{ steps.hash-go.outputs.hash }} - name: Run Go Test - run: make test + run: go test ./...