diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76addc5a7..dda62d114 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -311,12 +311,14 @@ jobs: # Run the first test go test \ -tags testing \ + - v \ -run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \ 2>&1 | tee -a ./testlog/gotest-unit.log # Run the second test go test \ -tags testing \ + - v \ -run '^TestRepositoryModelIntgSuite/Test_SomeMore$' ./pkg/repository \ 2>&1 | tee -a ./testlog/gotest-unit.log