]> git.seodisparate.com - c_simple_http/commitdiff
CI: Run unit tests on Release build as well
authorStephen Seo <seo.disparate@gmail.com>
Wed, 11 Sep 2024 04:18:38 +0000 (13:18 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 11 Sep 2024 04:20:21 +0000 (13:20 +0900)
.forgejo/workflows/unittest.yml

index 599cfb6d79231775a221a92409ad9cbe12fd98bc..597bdd89cb25a999c23cb1c91ba26fa0aec568fc 100644 (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 c_simple_http clean && make RELEASE=1 -C c_simple_http
+      - name: Run unit tests on Release build
+        run: ./c_simple_http/unit_test
+