This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
exit $(gofmt -l . | wc -l)
|
exit $(gofmt -l . | wc -l)
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: go test --vebose ./...
|
run: go test -v ./...
|
||||||
|
|
||||||
- name: Generate coverage
|
- name: Generate coverage
|
||||||
run: go test -v -coverprofile=${build_path}/coverage.out ./...
|
run: go test -v -coverprofile=${build_path}/coverage.out ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user