diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 7eaaea1..bc212da 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -34,5 +34,5 @@ jobs: - run: find . - name: Run tests run: | - go test + go test ./... - run: echo "This job's status is ${{ job.status }}."