diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76eba434b..c07448c73 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 | grep -E '^(PASS|FAIL)' + 2>&1 | tee ./testlog/gotest-unit.log # run the tests # - name: Unit Tests