We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa758e8 commit ba09746Copy full SHA for ba09746
.github/workflows/build-cachelib-centos.yml
@@ -34,3 +34,5 @@ jobs:
34
uses: actions/checkout@v2
35
- name: "build CacheLib using build script"
36
run: ./contrib/build.sh -j -v -T
37
+ - name: "run tests"
38
+ run: cd opt/cachelib && ../../run_tests.sh
.github/workflows/build-cachelib-debian.yml
@@ -38,3 +38,5 @@ jobs:
39
40
41
42
run_tests.sh
@@ -0,0 +1,5 @@
1
+BLACKLIST="allocator-test-NvmCacheTests
2
+ common-test-TimeTests
3
+ shm-test-test_page_size"
4
+
5
+find -type f \( -not -name "*bench*" \) -executable | grep -vF "$BLACKLIST" | xargs -n1 bash -c
0 commit comments