Trying to test every .go file
All checks were successful
Build / gobuild (push) Successful in 1m29s

This commit is contained in:
Davide Oddone 2023-12-02 12:28:21 +00:00
parent 348d142d59
commit 673b33936c

View File

@ -18,7 +18,7 @@ jobs:
run: |
ls ${{ github.workspace }}
- name: Test with Go
run: go test -json > TestResults-${{ matrix.go-version }}.json
run: go test ./*/*.go -json > TestResults-${{ matrix.go-version }}.json
- name: Upload Go test results
uses: actions/upload-artifact@v3
with: