We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6200b8d commit 514c17fCopy full SHA for 514c17f
.github/workflows/mac-build.yml
@@ -146,7 +146,7 @@ jobs:
146
export TK_NO_STDERR=1
147
}
148
fi
149
- ( runXvfb :0; make test-classic; exit $? ) | tee out-classic.txt || {
+ ( runXvfb :0; make test-classic TESTFLAGS="-verbose bepst" ; exit $? ) | tee out-classic.txt || {
150
echo "::error::Failure during Test (classic)"
151
exit 1
152
0 commit comments