Skip to content

Commit

Permalink
TEMPORARY hack condatest_essncrystaldev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Feb 27, 2024
1 parent b0a3278 commit cf45662
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/condatest_essncrystaldev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
#fail-fast: false
matrix:
include:
- { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.11' }
#- { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.11' }
- { os: macos-latest, CC: clang, CXX: clang++, python: "3.10" }
name: ${{ matrix.os }}.${{ matrix.CC }}.python-${{ matrix.python }}
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -70,11 +70,12 @@ jobs:
set -eux
geant4-config --version
cd src_testproject
sb -t --testexcerpts=100 --testfilter='!sb_nclong*' --requirepkg=DGCodeRecommended,NCUtils,NCG4,NCTests,NCThreadVal,NCPerfVal
sb -t --testexcerpts=100 --testfilter='sb_nclong*' --requirepkg=DGCodeRecommended,NCLongTests,NCLongG4Tests,NCLongExtraTests
sb
#sb -t --testexcerpts=100 --testfilter='!sb_nclong*' --requirepkg=DGCodeRecommended,NCUtils,NCG4,NCTests,NCThreadVal,NCPerfVal
#sb -t --testexcerpts=100 --testfilter='sb_nclong*' --requirepkg=DGCodeRecommended,NCLongTests,NCLongG4Tests,NCLongExtraTests
- name: Setup tmate session for manual debugging
uses: mxschmitt/action-tmate@v3
if: always() && inputs.manual-debugging == true && (steps.build-and-test-core-only.outcome != 'success' || steps.build-and-test-release-mode.outcome != 'success' || steps.build-and-test-debug-mode.outcome != 'success')
if: always()
with:
limit-access-to-actor: true

0 comments on commit cf45662

Please sign in to comment.