We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67c04f commit a9f9e3eCopy full SHA for a9f9e3e
.github/workflows/builds.yml
@@ -134,7 +134,7 @@ jobs:
134
run: |
135
cd build
136
source ${GITHUB_WORKSPACE}/.github/ci_setup.sh ${{ matrix.platform.name }}
137
- ctest --output-on-failure
+ ctest --output-on-failure --exclude-regex "TripletFit"
138
- name: FP64 Compliance
139
if: "matrix.platform.name == 'CUDA' && matrix.build == 'Debug'"
140
continue-on-error: true
@@ -154,4 +154,4 @@ jobs:
154
- name: Download data files
155
run: ${GITHUB_WORKSPACE}/data/traccc_data_get_files.sh
156
- name: Test
157
- run: ctest --test-dir build --output-on-failure
+ run: ctest --test-dir build --output-on-failure --exclude-regex "TripletFit"
0 commit comments