Skip to content

Commit

Permalink
update os and try testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Apr 12, 2024
1 parent 5d30353 commit bf743b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bf743b4

Please sign in to comment.