diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c07448c73..76eba434b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -306,7 +306,7 @@ jobs: - name: one test run: | go test -v -run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \ - 2>&1 | tee ./testlog/gotest-unit.log + 2>&1 | tee ./testlog/gotest-unit.log | grep -E '^(PASS|FAIL)' # run the tests # - name: Unit Tests