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