This commit is contained in:
Thomas Güttler
2026-04-16 11:48:37 +02:00
parent 7c000dcee5
commit 746f3c373c
10 changed files with 407 additions and 45 deletions
+3
View File
@@ -57,4 +57,7 @@ cd "$ROOT"
export STALWART_IMAP_HOST="127.0.0.1"
export STALWART_SMTP_HOST="127.0.0.1"
START=$(date +%s)
flutter test test/integration/
END=$(date +%s)
echo "integration: $((END - START))s"