Skip to content

Commit aec8ec2

Browse files
authored
Do not run time-consuming PERF_MODULE_HSOLVER_KERNELS in CI/CD (#6982)
1 parent b6484a7 commit aec8ec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)