Skip to content

Commit

Permalink
Whoops, forgot to actually run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Jun 12, 2024
1 parent 0aa0345 commit c1cdd06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,13 @@ jobs:
if-no-files-found: error
path: "${{ env.DIST_DIR }}"

- name: Run Test Suite (macOS)
if: ${{ inputs.test-suite && runner.os == 'macOS' }}
working-directory: "${{ env.BUILD_DIR }}"
env:
PYTHONUNBUFFERED: 1
run: ctest --exclude-regex example --output-on-failure

- name: Run Test Suite (Linux)
if: ${{ inputs.test-suite && runner.os == 'Linux' }}
working-directory: "${{ env.BUILD_DIR }}"
Expand Down

0 comments on commit c1cdd06

Please sign in to comment.