Skip to content

Commit

Permalink
Show the diff not the whole ttx -l
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheeter committed Dec 14, 2023
1 parent 8ae3ccd commit 852e25c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,8 @@ jobs:
- name: ttx, it might be handy to troubleshoot
run: |
pipx run fonttools ttx -l first-roman.ttf
pipx run fonttools ttx -l first-italic.ttf
pipx run fonttools ttx -l second-roman.ttf
pipx run fonttools ttx -l second-italic.ttf
diff -u <(pipx run fonttools ttx -l first-roman.ttf) <(pipx run fonttools ttx -l second-roman.ttf)
diff -u <(pipx run fonttools ttx -l first-italic.ttf) <(pipx run fonttools ttx -l second-italic.ttf)
- name: Stable Roman?
run: cmp first-roman.ttf second-roman.ttf
Expand Down

0 comments on commit 852e25c

Please sign in to comment.