Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolm authored Nov 9, 2023
1 parent e15ac36 commit 343165a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: cmake --build ${{github.workspace}}/

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

build-macos:
name: macos
Expand All @@ -38,8 +38,8 @@ jobs:
run: cmake --build ${{github.workspace}}/

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

build-windows:
name: windows
Expand All @@ -55,5 +55,5 @@ jobs:
run: cmake --build ${{github.workspace}}/

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

0 comments on commit 343165a

Please sign in to comment.