Skip to content

Commit

Permalink
Bring back mac-build.yml as it was
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Sep 6, 2024
1 parent 585fe22 commit c3ecc89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mac-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
matrix:
symbols:
- 'no'
- 'mem'
options:
- '--enable-aqua'
- '--disable-aqua'
defaults:
run:
Expand Down Expand Up @@ -144,7 +146,7 @@ jobs:
echo Xvfb not used, this is a --enable-aqua build
}
fi
( runXvfb :0; make test-classic TESTFLAGS="-file textIndex.test -verbose t"; exit $? ) | tee out-classic.txt || {
( runXvfb :0; make test-classic; exit $? ) | tee out-classic.txt || {
echo "::error::Failure during Test (classic)"
exit 1
}
Expand Down

0 comments on commit c3ecc89

Please sign in to comment.