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