Skip to content

Commit fe3e900

Browse files
committed
Run make clean before building comprog.pdf
1 parent c7d0c34 commit fe3e900

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
- name: Set up dependencies
1313
run: sudo apt-get update && sudo apt-get install -y g++ texlive-latex-recommended texlive-fonts-extra
1414

15+
- name: Build comprog.pdf
16+
run: make clean && make
17+
1518
- name: Run tests
1619
run: ./tester/run_all_tests.sh
1720

18-
- name: Build comprog.pdf
19-
run: make
20-

0 commit comments

Comments
 (0)