Skip to content

Commit

Permalink
Fixed: CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNicker committed Oct 20, 2023
1 parent 2330516 commit c031f8f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,12 @@ jobs:
#run: ctest --build-config ${{ matrix.build_type }}
if: matrix.os == 'windows-latest'
run: |
./Test/Release/FreeTypeTest.exe
cd ./Test/Release
./FreeTypeTest.exe
- name: Test Ubuntu
working-directory: ${{ steps.strings.outputs.build-output-dir }}
if: matrix.os == 'ubuntu-latest'
run: |
./Test/FreeTypeTest
cd ./Test
./FreeTypeTest

0 comments on commit c031f8f

Please sign in to comment.