diff options
-rw-r--r-- | .github/workflows/mac-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 0bd8cf6..62aaed9 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -127,7 +127,7 @@ jobs: : do nothing } fi - ( runXvfb :0; make test-classic test-ttk; exit $? ) | tee out.txt || { + ( runXvfb :0; make test-classic test-ttk TESTFLAGS="-verbose bepst"; exit $? ) | tee out.txt || { echo "::error::Failure during Test" exit 1 } |