actually add test to suite
This commit is contained in:
parent
5a5b461453
commit
0b216e9851
2 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,7 @@ function test_successful_upgrades() {
|
||||||
}
|
}
|
||||||
|
|
||||||
source $UPGRADE_DIR/test-upgrade-forgejo-database-v3.sh
|
source $UPGRADE_DIR/test-upgrade-forgejo-database-v3.sh
|
||||||
|
source $UPGRADE_DIR/test-pprof-upload.sh
|
||||||
|
|
||||||
function test_upgrades() {
|
function test_upgrades() {
|
||||||
run dependencies
|
run dependencies
|
||||||
|
@ -57,4 +58,5 @@ function test_upgrades() {
|
||||||
|
|
||||||
run test_successful_upgrades
|
run test_successful_upgrades
|
||||||
run test_forgejo_database_v3_upgrades
|
run test_forgejo_database_v3_upgrades
|
||||||
|
run test_forgejo_pprof
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue