From 9fdcf96a0dd095236abd533060f5cde1f54800f4 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Mon, 31 Jan 2022 12:56:20 +0500 Subject: [PATCH] Enable tests on Cirrus CI --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1ea7b1d..011d446 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -8,7 +8,7 @@ task: script: - pkg install --yes autoconf automake - ./autogen.sh - - ./configure CFLAGS='-O3 -fPIC' + - ./configure --enable-tests CFLAGS='-O3 -fPIC' - make - make check - sudo make install