Compare commits

..

No commits in common. "main" and "v1.1.0" have entirely different histories.
main ... v1.1.0

View File

@ -49,8 +49,8 @@ runs:
- name: Run tests - name: Run tests
shell: bash shell: bash
run: | run: |
go test -json > test-report.out ./... go test -json > test-report.out
go test -coverprofile=coverage.out ./... go test -coverprofile=coverage.out
- name: Build library - name: Build library
if: inputs.build-type == 'library' if: inputs.build-type == 'library'