We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14231db + c8c0a98 commit 20f5098Copy full SHA for 20f5098
.github/workflows/CI.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Test in-tree builds
74
if: contains( matrix.gcc_v, '9') # Only test one compiler on each platform
75
run: |
76
- cmake .
+ cmake -DCMAKE_MAXIMUM_RANK=4 .
77
cmake --build .
78
cmake --build . --target test
79
0 commit comments