Remove old backend implementation (#662)

Fixes #661
This commit is contained in:
Alex Kremer
2023-06-01 13:54:49 +01:00
committed by GitHub
parent fc0c93b2ee
commit 7e8569b03a
11 changed files with 714 additions and 5579 deletions

View File

@@ -118,7 +118,7 @@ jobs:
- name: Run Test
run: |
cd clio/build
./clio_tests --gtest_filter="-BackendTest*:BackendCassandraBaseTest*:BackendCassandraTest*"
./clio_tests --gtest_filter="-BackendCassandraBaseTest*:BackendCassandraTest*"
test_clio:
name: Test Clio
@@ -174,7 +174,7 @@ jobs:
run: |
export BOOST_ROOT=$(pwd)/boost
cd clio
cmake -B build -DCODE_COVERAGE=on -DTEST_PARAMETER='--gtest_filter="-BackendTest*:BackendCassandraBaseTest*:BackendCassandraTest*"'
cmake -B build -DCODE_COVERAGE=on -DTEST_PARAMETER='--gtest_filter="-BackendCassandraBaseTest*:BackendCassandraTest*"'
if ! cmake --build build -j$(nproc); then
echo '# 🔥Ubuntu build🔥 failed!💥' >> $GITHUB_STEP_SUMMARY
exit 1