added build test flag on github ci
This commit is contained in:
parent
a1bf0bdf58
commit
0fdada9107
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake .. -DBUILD_TESTS=ON
|
||||||
make
|
make
|
||||||
./nanomodbus_tests
|
./nanomodbus_tests
|
||||||
- name: Compile Arduino examples
|
- name: Compile Arduino examples
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user