testing fixes
This commit is contained in:
@@ -25,8 +25,9 @@ jobs:
|
||||
run: go build ./cmd/junk2jive
|
||||
|
||||
- name: Go Test
|
||||
run: NONLOCAL_TESTS=1 go test ./... -v
|
||||
run: go test ./... -v
|
||||
|
||||
- name: Coverage Test
|
||||
run:
|
||||
run: go test -coverprofile=coverage.out ./...
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user