Skip to content

Commit

Permalink
Switch to calling CTest directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko committed Oct 29, 2023
1 parent 0ef18c5 commit f776663
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
# Run tests
- name: Tests
run: |
cd build
make test
ctest --test-dir build
# Gather documentation and executables to a common directory
# Ignore copying errors from only one of build/jpegoptim or build/jpegoptim.exe existing
Expand Down

0 comments on commit f776663

Please sign in to comment.