Skip to content

Commit 20f5098

Browse files
committed
Merge remote-tracking branch 'upstream/master' into raw_moment_dev
2 parents 14231db + c8c0a98 commit 20f5098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Test in-tree builds
7474
if: contains( matrix.gcc_v, '9') # Only test one compiler on each platform
7575
run: |
76-
cmake .
76+
cmake -DCMAKE_MAXIMUM_RANK=4 .
7777
cmake --build .
7878
cmake --build . --target test
7979

0 commit comments

Comments
 (0)