CI: Add a venv smoke test
This commit is contained in:
parent
a83afbdecf
commit
e0de87146c
@ -19,6 +19,9 @@
|
|||||||
tests:
|
tests:
|
||||||
- rpm_qa:
|
- rpm_qa:
|
||||||
run: rpm -qa
|
run: rpm -qa
|
||||||
|
- smoke:
|
||||||
|
dir: python/smoke
|
||||||
|
run: "VERSION={{ pybasever }} TOX=false ./venv.sh"
|
||||||
- selftest:
|
- selftest:
|
||||||
dir: python/selftest
|
dir: python/selftest
|
||||||
run: "VERSION={{ pybasever }} X='-i test_check_probes' ./parallel.sh"
|
run: "VERSION={{ pybasever }} X='-i test_check_probes' ./parallel.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user