Skip to content

Commit

Permalink
re-enabling unit test on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolm committed Jan 22, 2024
1 parent 978b0db commit 9768854
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:

- name: Build
run: cmake --build ${{github.workspace}}/

- name: Test
working-directory: ${{github.workspace}}/
run: ./test

build-macos:
name: macos
Expand Down

0 comments on commit 9768854

Please sign in to comment.