update os and try testing
This commit is contained in:
parent
5d30353b31
commit
bf743b4449
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -24,11 +24,15 @@ jobs:
|
||||
run: sudo apt update && sudo apt -y install libsodium-dev
|
||||
|
||||
- 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
|
||||
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:
|
||||
timeout-minutes: 10
|
||||
|
||||
|
2
external/solanaceae_object_store
vendored
2
external/solanaceae_object_store
vendored
@ -1 +1 @@
|
||||
Subproject commit f21dd1dbf055a3d1124b0c7833968b59e74bd4c7
|
||||
Subproject commit 2b5b19cf318f5a18b395fb1393e861d6900ed891
|
Loading…
Reference in New Issue
Block a user