Skip to content

Commit

Permalink
ci: change workdir for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Oct 17, 2024
1 parent 2d8be84 commit 36b0695
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/colorer_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
run: cmake --build _build --config $BUILD_TYPE -j ${{ steps.cpu-cores.outputs.count }}

- name: Test
working-directory: ./tests/unit
run: ./_build/tests/unit/unit_tests

windows-vc:
Expand Down Expand Up @@ -150,6 +151,7 @@ jobs:

- name: Test
shell: bash
working-directory: ./tests/unit
run: ./_build/tests/unit/unit_tests.exe

macos-clang:
Expand Down Expand Up @@ -191,4 +193,5 @@ jobs:
run: cmake --build _build --config $BUILD_TYPE -j$(getconf _NPROCESSORS_ONLN)

- name: Test
working-directory: ./tests/unit
run: ./_build/tests/unit/unit_tests

0 comments on commit 36b0695

Please sign in to comment.