From 44f04e8ab122527cb2be8ebfee04ac1f89f9ce60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 16 Oct 2023 13:08:25 +0200 Subject: [PATCH] CI: Build this package with tests Related: RHEL-12338 --- tests/tests.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index 5d0a10d..6a37ca3 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -1,5 +1,13 @@ --- - hosts: localhost + tags: + - classic + pre_tasks: + - import_role: + name: standard-test-source + vars: + fetch_only: True + roles: - role: standard-test-basic tags: @@ -9,6 +17,9 @@ dest: "pyproject-rpm-macros" version: "c9s" tests: + - mock_with_tests: + dir: . + run: pyproject-rpm-macros/tests/mocktest.sh python-flit-core --with tests - pyproject_entrypoints: dir: pyproject-rpm-macros/tests run: ./mocktest.sh python-entrypoints