Skip to content

Commit

Permalink
Verify that PDF builds properly
Browse files Browse the repository at this point in the history
  • Loading branch information
SuprDewd committed Dec 30, 2024
1 parent 7ea4ab8 commit c7d0c34
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ jobs:
uses: actions/checkout@v3

- name: Set up dependencies
run: sudo apt-get update && sudo apt-get install -y g++
run: sudo apt-get update && sudo apt-get install -y g++ texlive-latex-recommended texlive-fonts-extra

- name: Run tests
run: |
./tester/run_all_tests.sh
run: ./tester/run_all_tests.sh

- name: Build comprog.pdf
run: make

0 comments on commit c7d0c34

Please sign in to comment.