Removed test (useless atm)

This commit is contained in:
Davide Oddone 2023-12-02 12:47:53 +00:00
parent 673b33936c
commit fb9a78c929

View File

@ -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 }}."