From 63395b774a1b25e5d95db90129fc31c8c0982ae5 Mon Sep 17 00:00:00 2001 From: Donghoon Park Date: Sun, 15 Dec 2024 02:47:06 +0000 Subject: [PATCH] divided build and testing in ci sequence --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cffad1..6aea87b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,9 @@ jobs: cd build cmake .. -DBUILD_TESTS=ON make - ./nanomodbus_tests + - name: test + run: | + ctest --test-dir bulid/Testing - name: Compile Arduino examples run: | pushd build