Skip to content

Commit

Permalink
Add explicit checks for test output.
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Sep 5, 2024
1 parent 156cdb1 commit 9133c3d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,12 @@ jobs:
- name: Build
run: |
make output
- name: Check output
run: |
diff -u ${expected,output}/pwads/av/fast/af253503.zip/af253503.lmp
diff -u ${expected,output}/pwads/hr/movie/11hr7159.zip/11hr7159.lmp
diff -u ${expected,output}/pwads/mm/movie/30mm8356.zip/30mm8356.lmp
diff -u ${expected,output}/pwads/mm2/max/m2221807.zip/m2221807.lmp
diff -u ${expected,output}/pwads/requiem/movie/6039rq01.zip/6039rq01.lmp
echo "All outputs match expected; test passed."

0 comments on commit 9133c3d

Please sign in to comment.