aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-04 12:33:03 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-04 12:33:03 +0200
commite55f0f0c31516c9b4c2e01fef9b0932615e2e864 (patch)
treee35f504d6912c28f828733444d325e2060644b22 /.github
parentfix a compiler warning (diff)
downloadcimple-e55f0f0c31516c9b4c2e01fef9b0932615e2e864.tar.gz
cimple-e55f0f0c31516c9b4c2e01fef9b0932615e2e864.zip
workflows/ci: comment on Valgrind tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ed93b52..b296aa0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,6 +45,10 @@ jobs:
run: make test
- name: Run Valgrind tests
run: make test/valgrind
+ # Valgrind gives a lot of seemingly bogus errors. Still good to verify
+ # that nothing terrible is going on; for example, these tests pass
+ # cleanly on Alpine edge (soon to be 3.19). Additionally, there're
+ # some problems w/ Clang 14 & Valgrind: https://bugs.kde.org/show_bug.cgi?id=452758
continue-on-error: true
publish: