We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6484a7 commit aec8ec2Copy full SHA for aec8ec2
1 file changed
.github/workflows/test.yml
@@ -81,7 +81,7 @@ jobs:
81
GTEST_COLOR: 'yes'
82
OMP_NUM_THREADS: '2'
83
run: |
84
- ctest --test-dir build -V --timeout 1700 -R MODULE_HSOLVER
+ ctest --test-dir build -V --timeout 1700 -R MODULE_HSOLVER -E PERF_MODULE_HSOLVER_KERNELS
85
86
- name: Module_Cell Unittests
87
env:
0 commit comments