diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f2f332c..6b8b462 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -38,8 +38,10 @@ jobs: - name: Unit Tests run: | + . ./build/${{ matrix.build_type }}/generators/conanbuild.sh cd ./build/${{ matrix.build_type }} xvfb-run ctest . --output-on-failure + . ./build/${{ matrix.build_type }}/generators/deactivate_conanbuild.sh clang-format: runs-on: ubuntu-latest