CI: Run unit tests on Release build as well
Some checks failed
Run Unit Tests / build-and-run-unit-tests (push) Failing after 4s
Some checks failed
Run Unit Tests / build-and-run-unit-tests (push) Failing after 4s
This commit is contained in:
parent
09b88f75c2
commit
bfa2f0002f
1 changed files with 5 additions and 0 deletions
|
@ -18,3 +18,8 @@ jobs:
|
|||
run: make -C c_simple_http
|
||||
- name: Run unit tests
|
||||
run: ./c_simple_http/unit_test
|
||||
- name: Build Release build
|
||||
run: make -C s_simple_http clean && make RELEASE=1 -C s_simple_http
|
||||
- name: Run unit tests on Release build
|
||||
run: ./c_simple_http/unit_test
|
||||
|
||||
|
|
Loading…
Reference in a new issue