From 84f2920df90f6abd7bb65506484abecc0c052452 Mon Sep 17 00:00:00 2001 From: Jacob Williams Date: Sat, 8 Jun 2024 20:35:24 -0500 Subject: [PATCH] added test to CI --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b3d4c0023..dc921acaf 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -124,6 +124,7 @@ jobs: fpm test jf_test_48 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1" fpm test jf_test_49 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1" fpm test jf_test_50 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1" + fpm test jf_test_51 --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1" - name: Compile_with_cmake # CMake build with unit tests, no documentation, with coverage analysis