Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
6defc83568 |
@ -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