Skip to content

Commit

Permalink
CI: Trigger correct platform test
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hld authored Feb 6, 2024
1 parent 6d3a93b commit 296dffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- name: Test (Unix)
working-directory: ${{runner.workspace}}/build
shell: bash
if: ${{ contains( runner.os, 'Linux' ) || contains( runner.os, 'macOS' )}}
# Execute tests
run: ./test/saf_test

Expand Down

0 comments on commit 296dffa

Please sign in to comment.