divided build and testing in ci sequence

This commit is contained in:
Donghoon Park 2024-12-15 02:47:06 +00:00
parent 0fdada9107
commit 63395b774a

View File

@ -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