diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-06 01:29:35 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-06 01:29:35 +0200 |
commit | 7f4c85226194675f7e3edc350017331c40bb440d (patch) | |
tree | 07abd7df8584651e6e0c71308eee514c42b973b9 | |
parent | cmake: fix Valgrind runs with Clang builds (diff) | |
download | cimple-7f4c85226194675f7e3edc350017331c40bb440d.tar.gz cimple-7f4c85226194675f7e3edc350017331c40bb440d.zip |
workflows/ci: Valgrind tests should pass now
-rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b296aa0..414e6fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,11 +45,6 @@ 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: needs: [lint, build] |