Skip to content

Commit

Permalink
CI: added a procedure to disable unstable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
forthommel committed Feb 13, 2024
1 parent c95db4d commit e7280a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
working-directory: ${{env.CEPGEN_PATH}}
run: |
echo "PYTHONPATH=${{env.CEPGEN_PATH}}:$PYTHONPATH" >> $GITHUB_ENV
ctest -C ${{env.BUILD_TYPE}} --rerun-failed --output-on-failure --verbose
ctest -C ${{env.BUILD_TYPE}} --rerun-failed --output-on-failure --verbose -LE "^unstable$"
2 changes: 2 additions & 0 deletions CepGenAddOns/PythonWrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ cepgen_build(CepGenPython SOURCES *.cpp
EXT_LIBS ${Python_LIBRARIES}
EXT_HEADERS ${Python_INCLUDE_DIRS}
INSTALL_COMPONENT python)

set_tests_properties(python_output python_particle_mod PROPERTIES LABELS unstable)

0 comments on commit e7280a3

Please sign in to comment.