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