Skip to content

Commit

Permalink
Run make clean before building comprog.pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
SuprDewd committed Dec 30, 2024
1 parent c7d0c34 commit fe3e900
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Set up dependencies
run: sudo apt-get update && sudo apt-get install -y g++ texlive-latex-recommended texlive-fonts-extra

- name: Build comprog.pdf
run: make clean && make

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

- name: Build comprog.pdf
run: make

0 comments on commit fe3e900

Please sign in to comment.