From 390f60e0cea386d498d606a1d36daf0030a7f9a7 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Mon, 16 Jan 2023 09:48:20 +0000 Subject: [PATCH] F around and find out --- .github/workflows/c-cpp.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 5784592..5e72dbe 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -7,7 +7,7 @@ on: branches: [ "main" ] jobs: - build: + test-valgrind: runs-on: ubuntu-latest @@ -17,5 +17,12 @@ jobs: run: sudo apt install valgrind - name: make test (valgrind) run: make test + + test-sanitized: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 - name: make test (sanitized) run: make test-sanitized