added build test flag on github ci

This commit is contained in:
Donghoon Park 2024-12-15 02:34:18 +00:00
parent a1bf0bdf58
commit 0fdada9107

View File

@ -14,7 +14,7 @@ jobs:
run: |
mkdir build
cd build
cmake ..
cmake .. -DBUILD_TESTS=ON
make
./nanomodbus_tests
- name: Compile Arduino examples