Skip to content

Commit

Permalink
Add tests to compile workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko committed Oct 29, 2023
1 parent ad44b36 commit 0ef18c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_NO_SUBFOLDERS=1
cmake --build build --config Release
# Run tests
- name: Tests
run: |
cd build
make test
# Gather documentation and executables to a common directory
# Ignore copying errors from only one of build/jpegoptim or build/jpegoptim.exe existing
- name: Prepare files
Expand Down

0 comments on commit 0ef18c5

Please sign in to comment.