Compare commits
No commits in common. "main" and "v1.1.0" have entirely different histories.
@ -49,8 +49,8 @@ runs:
|
||||
- name: Run tests
|
||||
shell: bash
|
||||
run: |
|
||||
go test -json > test-report.out ./...
|
||||
go test -coverprofile=coverage.out ./...
|
||||
go test -json > test-report.out
|
||||
go test -coverprofile=coverage.out
|
||||
|
||||
- name: Build library
|
||||
if: inputs.build-type == 'library'
|
||||
|
Loading…
x
Reference in New Issue
Block a user