commit:     91b74fc8105b7e08a04da4daef9283fc69bf5f85
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 21:42:46 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 21:42:56 2024 +0000
URL:        https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=91b74fc8

ci: enable new test option

See 988e47557368df49035eeba94beca893f7b267c1.

Bug: https://bugs.gentoo.org/926427
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 803dfde..871d4aa 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
     - name: Test meson install --destdir /tmp/install-root
       run: |
         echo -e "[binaries]\npython = '$(command -v python)'" > /tmp/native.ini
-        meson setup --native-file /tmp/native.ini /tmp/build .
+        meson setup -Dtests=true --native-file /tmp/native.ini /tmp/build .
         meson install -C /tmp/build --destdir /tmp/install-root
     - name: Run tests for ${{ matrix.python-version }}
       run: |

Reply via email to