Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add tests to centos 9 full build
  • Loading branch information
byrnedj committed Jun 28, 2024
commit 844b8ff96002264263beb1a436420beb0eca09c1
4 changes: 3 additions & 1 deletion .github/workflows/build-cachelib-centos-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,11 @@ jobs:
run: ./contrib/build-package.sh -j -v -i fbthrift
- name: "build CacheLib"
# Build cachelib in debug mode (-d)
run: ./contrib/build-package.sh -j -v -i -d cachelib
run: ./contrib/build-package.sh -j -v -i -d -t cachelib
- name: "run cachebench"
run: ./opt/cachelib/bin/cachebench --json_test_config ./opt/cachelib/test_configs/simple_test.json
- name: "run cachebench tests"
run: cd ./opt/cachelib/tests/ && ../../../run_tests.sh
- uses: actions/upload-artifact@v3
if: failure()
with:
Expand Down