CI: Build this package with tests
Related: RHEL-12338
This commit is contained in:
parent
6273ffae6f
commit
44f04e8ab1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user