Skip to content

Commit

Permalink
ci: fix path to test
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Oct 17, 2024
1 parent 36b0695 commit 66752f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/colorer_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

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

windows-vc:
runs-on: windows-2022
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Test
shell: bash
working-directory: ./tests/unit
run: ./_build/tests/unit/unit_tests.exe
run: ../../_build/tests/unit/unit_tests.exe

macos-clang:
runs-on: macos-latest
Expand Down Expand Up @@ -194,4 +194,4 @@ jobs:

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

0 comments on commit 66752f4

Please sign in to comment.