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: |
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
cmake .. -DBUILD_TESTS=ON
|
||||
make
|
||||
./nanomodbus_tests
|
||||
- name: Compile Arduino examples
|
||||
|
||||
Loading…
Reference in New Issue
Block a user