actually add test to suite

This commit is contained in:
TheFox0x7 2024-04-01 01:47:56 +02:00
parent 5a5b461453
commit 0b216e9851
No known key found for this signature in database
GPG key ID: 6CA33903484AF7C2
2 changed files with 2 additions and 0 deletions

View file

@ -50,6 +50,7 @@ function test_successful_upgrades() {
}
source $UPGRADE_DIR/test-upgrade-forgejo-database-v3.sh
source $UPGRADE_DIR/test-pprof-upload.sh
function test_upgrades() {
run dependencies
@ -57,4 +58,5 @@ function test_upgrades() {
run test_successful_upgrades
run test_forgejo_database_v3_upgrades
run test_forgejo_pprof
}