CI: Run unit tests on Release build as well
Some checks failed
Run Unit Tests / build-and-run-unit-tests (push) Failing after 4s

This commit is contained in:
Stephen Seo 2024-09-11 13:18:38 +09:00
parent 09b88f75c2
commit bfa2f0002f

View file

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