diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 7164890..1e75c0d 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -17,11 +17,4 @@ jobs: - name: List files in the repository run: | ls ${{ github.workspace }} - - name: Test with Go - run: go test ./*/*.go -json > TestResults-${{ matrix.go-version }}.json - - name: Upload Go test results - uses: actions/upload-artifact@v3 - with: - name: Go-results-${{ matrix.go-version }} - path: TestResults-${{ matrix.go-version }}.json - run: echo "This job's status is ${{ job.status }}."