Signed-off-by: SoXX <soxx@fenpa.ws>
This commit is contained in:
parent
d3c0599263
commit
d8f338332b
@ -25,7 +25,7 @@ jobs:
|
|||||||
# Set this option to true if you want the action to always check for the latest available version that satisfies the version spec
|
# Set this option to true if you want the action to always check for the latest available version that satisfies the version spec
|
||||||
check-latest: false # optional
|
check-latest: false # optional
|
||||||
# Used to specify whether caching is needed. Set to true, if you'd like to enable caching.
|
# Used to specify whether caching is needed. Set to true, if you'd like to enable caching.
|
||||||
cache: true # optional
|
cache: false # optional
|
||||||
|
|
||||||
- name: Execute Go Test files with coverage report
|
- name: Execute Go Test files with coverage report
|
||||||
run: go test -v ./... -json -coverprofile="coverage.out" > "test-report.out"
|
run: go test -v ./... -json -coverprofile="coverage.out" > "test-report.out"
|
||||||
|
Reference in New Issue
Block a user