We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887fb82 commit 3b72dd6Copy full SHA for 3b72dd6
.github/workflows/build.yml
@@ -87,7 +87,7 @@ jobs:
87
If (!$Env:MODE -Or $Env:MODE -Eq "basic") {
88
$Env:PG_PROBACKUP_TEST_BASIC = "ON"
89
python -m unittest -v tests
90
- python -m unittest -v tests.init
+ python -m unittest -v tests.init_test
91
} else {
92
python -m unittest -v tests.$Env:MODE
93
}
0 commit comments