re-enabled valgrind in CI (#4516)

This commit is contained in:
Oliver Stöneberg 2022-09-29 22:00:08 +02:00 committed by GitHub
parent 3dfdb409c6
commit 73cf54a333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -52,7 +52,7 @@ jobs:
- name: Run tests
run: ./cmake.output/bin/testrunner
# TODO: re-enable - was being killed because of increased memory usage
# TODO: this is currently way too slow (~60 minutes) to enable it
# TODO: only fail the step on sanitizer issues
- name: Self check
if: false

View File

@ -2,8 +2,7 @@
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
name: valgrind
# on: [push, pull_request]
on: workflow_dispatch
on: [push, pull_request]
permissions:
contents: read