CI: Add a venv smoke test

This commit is contained in:
Miro Hrončok 2024-01-09 13:40:58 +01:00
parent a83afbdecf
commit e0de87146c

View File

@ -19,6 +19,9 @@
tests:
- rpm_qa:
run: rpm -qa
- smoke:
dir: python/smoke
run: "VERSION={{ pybasever }} TOX=false ./venv.sh"
- selftest:
dir: python/selftest
run: "VERSION={{ pybasever }} X='-i test_check_probes' ./parallel.sh"