File tree Expand file tree Collapse file tree 3 files changed +2
-32
lines changed
Expand file tree Collapse file tree 3 files changed +2
-32
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3737 - name : Bootstrap Action Workspace
3838 uses : ./.github/actions/bootstrap
3939 - name : Test
40- run : make test junitfile="${{ matrix.platform }}-junit-report.xml"
41- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
42- if : success() || failure()
43- with :
44- name : test-results-${{ matrix.platform }}
45- path : ' *-junit-report.xml'
40+ run : make test
4641 build :
4742 runs-on : ubuntu-latest
4843 steps :
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ release-notes:
3030
3131.PHONY : test
3232test :
33- @go
run gotest.tools/[email protected] --format testname --junitfile $( junitfile ) 33+ @go test -v ./...
3434
3535.PHONY : lint-prep
3636lint-prep :
You can’t perform that action at this time.
0 commit comments