divided build and testing in ci sequence
This commit is contained in:
parent
0fdada9107
commit
63395b774a
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user