Skip to content

Commit a9f9e3e

Browse files
committed
Excluding triplet fit tests
1 parent d67c04f commit a9f9e3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
run: |
135135
cd build
136136
source ${GITHUB_WORKSPACE}/.github/ci_setup.sh ${{ matrix.platform.name }}
137-
ctest --output-on-failure
137+
ctest --output-on-failure --exclude-regex "TripletFit"
138138
- name: FP64 Compliance
139139
if: "matrix.platform.name == 'CUDA' && matrix.build == 'Debug'"
140140
continue-on-error: true
@@ -154,4 +154,4 @@ jobs:
154154
- name: Download data files
155155
run: ${GITHUB_WORKSPACE}/data/traccc_data_get_files.sh
156156
- name: Test
157-
run: ctest --test-dir build --output-on-failure
157+
run: ctest --test-dir build --output-on-failure --exclude-regex "TripletFit"

0 commit comments

Comments
 (0)