-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Fix skipped Geant4 tests, always enable all tests by default in CI #2032
Conversation
📊 Physics performance monitoring for eb6688fFull report VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
There are some hash mismatches:
I guess we didn't catch those when I bumped the G4 version because the jobs stopped being run. I'm probably going to just update them. /cc @andiwand |
Codecov Report
@@ Coverage Diff @@
## main #2032 +/- ##
==========================================
- Coverage 49.86% 49.83% -0.03%
==========================================
Files 421 421
Lines 23886 23899 +13
Branches 10841 10842 +1
==========================================
Hits 11911 11911
- Misses 4354 4367 +13
Partials 7621 7621 see 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I'm manually skipping the exatrkx test in the default CI run via
-k
now.