Merge tag '1.11.2' into 1.11

This commit is contained in:
Sergii Pylypenko
2021-05-07 21:53:27 +03:00
99 changed files with 1556 additions and 994 deletions

View File

@@ -94,7 +94,7 @@ jobs:
- name: Test
run: |
cd build
ctest -j $(nproc)
ctest -j $(nproc) --timeout 120
macos:
name: Mac OS
@@ -175,5 +175,5 @@ jobs:
- name: Test
run: |
cd build
ctest -j $(sysctl -n hw.logicalcpu)
ctest -j $(sysctl -n hw.logicalcpu) --timeout 120