update os and try testing

This commit is contained in:
Green Sky 2024-04-12 11:16:31 +02:00
parent 5d30353b31
commit bf743b4449
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View File

@ -24,11 +24,15 @@ jobs:
run: sudo apt update && sudo apt -y install libsodium-dev run: sudo apt update && sudo apt -y install libsodium-dev
- name: Configure CMake - name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DSOLANACEAE_OBJECT_STORE_BUILD_TESTING=ON
- name: Build - name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j 4 run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j 4
- name: Test file2 zstd
working-directory: ${{github.workspace}}/build
run: ctest -C ${{env.BUILD_TYPE}} --test-dir external/solanaceae_object_store/
macos: macos:
timeout-minutes: 10 timeout-minutes: 10

@ -1 +1 @@
Subproject commit f21dd1dbf055a3d1124b0c7833968b59e74bd4c7 Subproject commit 2b5b19cf318f5a18b395fb1393e861d6900ed891