1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-24 08:52:38 +02:00

fix github tests.init_test

This commit is contained in:
Yura Sokolov 2022-11-29 16:24:49 +03:00
parent 887fb82a2c
commit 3b72dd66af

View File

@ -87,7 +87,7 @@ jobs:
If (!$Env:MODE -Or $Env:MODE -Eq "basic") {
$Env:PG_PROBACKUP_TEST_BASIC = "ON"
python -m unittest -v tests
python -m unittest -v tests.init
python -m unittest -v tests.init_test
} else {
python -m unittest -v tests.$Env:MODE
}