build: do verbose test upon failure
This commit is contained in:
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -36,4 +36,4 @@ jobs:
|
||||
run: make
|
||||
|
||||
- name: test
|
||||
run: make test
|
||||
run: make test-verbose-if-fail
|
||||
|
||||
Reference in New Issue
Block a user