CI: Build this package with tests

Related: RHEL-12338
This commit is contained in:
Miro Hrončok 2023-10-16 13:08:25 +02:00
parent 6273ffae6f
commit 44f04e8ab1

View File

@ -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