Only ignore test results on HEAD

This commit is contained in:
Eric Kilmer
2025-03-12 15:21:18 -04:00
parent 85a209708f
commit bc2f60c4b8
+1 -1
View File
@@ -110,7 +110,7 @@ jobs:
- name: Test the project
working-directory: build
run: ctest -VV -C ${{ matrix.build_type }} || true
run: ctest -VV -C ${{ matrix.build_type }} ${{ matrix.release == 'HEAD' && '|| true' || '' }}
- name: Build the docs
run: cmake