Skip to content

Commit 1b8ba57

Browse files
committed
Do not run time-consuming PERF_MODULE_HSOLVER_KERNELS in CI/CD
1 parent 64d7e62 commit 1b8ba57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
GTEST_COLOR: 'yes'
8282
OMP_NUM_THREADS: '2'
8383
run: |
84-
ctest --test-dir build -V --timeout 1700 -R MODULE_HSOLVER
84+
ctest --test-dir build -V --timeout 1700 -R MODULE_HSOLVER -E PERF_MODULE_HSOLVER_KERNELS
8585
8686
- name: Module_Cell Unittests
8787
env:

0 commit comments

Comments
 (0)