shithub: opus

Download patch

ref: 10a213f2b8e0bb2c08d6c2ac9e8052bd1cc10780
parent: a10ed432df74df9dad69c46385df12b966734179
author: Ralph Giles <giles@thaumas.net>
date: Thu Apr 17 10:25:23 EDT 2025

gitlab-ci: Run tests in the makefile build

Confirm unit tests pass for this build like we do for the others.

--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -130,4 +130,5 @@
     - !reference [.snippets, git_prep]
   script:
     - make -f Makefile.unix -j8
+    - make -f Makefile.unix check -j8
     - make -f Makefile.unix clean
--