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:
parent
887fb82a2c
commit
3b72dd66af
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user