Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
6defc83568 |
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user