Skip to content
Snippets Groups Projects
Unverified Commit ecdf85c1 authored by Joris Vaillant's avatar Joris Vaillant
Browse files

ci: Run ctest in pixi environment

parent 1bf78aaf
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ jobs:
- name: Test Coal [MacOS/Linux/Windows]
if: ${{ ! contains(matrix.os, 'windows') }} && matrix.build_type != 'Debug'
run: |
ctest --test-dir build --output-on-failure
pixi run -e ${{ matrix.environment }} ctest --test-dir build --output-on-failure
check:
if: always()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment