Skip to content

Commit 738a70c

Browse files
committed
Verbose tests
1 parent 65482c9 commit 738a70c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- run: (cd cmd/transitland && go version && go install .)
6767
- run: ./testdata/server/test_setup.sh
6868
- name: Run tests
69-
run: go test -coverprofile c.out ./...
69+
run: go test -v -coverprofile c.out ./...
7070
- name: Produce coverage report
7171
run: go tool cover -html=c.out -o coverage.html
7272
- name: Save coverage report as artifact

0 commit comments

Comments
 (0)