Skip to content

Commit

Permalink
Update linux-build.yml
Browse files Browse the repository at this point in the history
Run font.test only
  • Loading branch information
fvogelnew1 committed May 22, 2024
1 parent 937d82b commit 8832f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
}
- name: Run Tests
run: |
xvfb-run --auto-servernum make test-classic TESTFLAGS="-verbose bepst" | tee out-classic.txt
xvfb-run --auto-servernum make test-classic TESTFLAGS="-file font.test -verbose bepst" | tee out-classic.txt
xvfb-run --auto-servernum make test-ttk | tee out-ttk.txt
grep -q "Failed 0" out-classic.txt || {
echo "::error::Failure during Test"
Expand Down

0 comments on commit 8832f7a

Please sign in to comment.