This commit is contained in:
parent
348d142d59
commit
673b33936c
@ -18,7 +18,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ls ${{ github.workspace }}
|
ls ${{ github.workspace }}
|
||||||
- name: Test with Go
|
- 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
|
- name: Upload Go test results
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user