Skip to content

Commit

Permalink
Run gtest on linux only
Browse files Browse the repository at this point in the history
  • Loading branch information
mehecip authored Oct 30, 2024
1 parent 9153e9c commit 37fce99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ jobs:

- name: Test
working-directory: ${{ steps.strings.outputs.build-output-dir }}
run: lib/model/test/model_unit_tests
if: runner.os == 'Linux'
run: lib/model/test/model_unit_tests

0 comments on commit 37fce99

Please sign in to comment.