Skip to content

Commit

Permalink
CI: macos: remove running tests as most of them don't really work
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Oct 21, 2024
1 parent dfa5c80 commit 8db2ccb
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,3 @@ jobs:
cd build
cmake -GNinja -DDD4HEP_USE_GEANT4=OFF -DBoost_NO_BOOST_CMAKE=ON -DDD4HEP_USE_LCIO=OFF -DBUILD_TESTING=ON -DDD4HEP_USE_XERCESC=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 -DDD4HEP_RELAX_PYVER=ON ..
ninja
ninja install
. ../bin/thisdd4hep.sh
ctest --output-on-failure -j4
cd ../examples/
mkdir build
cd build
cmake -GNinja -DBoost_NO_BOOST_CMAKE=ON -DDD4HEP_USE_XERCESC=OFF -DCMAKE_CXX_STANDARD=17 ..
ninja
ninja install
ctest --output-on-failure -E t_ClientTests_Check_Shape_Eightpoint_Reflect_DetElement

0 comments on commit 8db2ccb

Please sign in to comment.