From 735402e384e60584114aa086367f4f26c45bf222 Mon Sep 17 00:00:00 2001 From: westito Date: Thu, 30 Jun 2022 19:06:56 +0200 Subject: [PATCH] Enable postgres integration testing --- tool/misc_integration_test.sh | 10 +++++----- tool/test_all.sh | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tool/misc_integration_test.sh b/tool/misc_integration_test.sh index 59b07f48..0ba0a28b 100755 --- a/tool/misc_integration_test.sh +++ b/tool/misc_integration_test.sh @@ -2,11 +2,11 @@ EXIT_CODE=0 -#pushd extras/drift_postgres -#echo "Running integration tests with Postgres" -#dart pub upgrade -#dart test || EXIT_CODE=$? -#popd +pushd extras/drift_postgres +echo "Running integration tests with Postgres" +dart pub upgrade +dart test || EXIT_CODE=$? +popd pushd examples/with_built_value echo "Running build runner in with_built_value" diff --git a/tool/test_all.sh b/tool/test_all.sh index f2a4a2bb..7ae86084 100755 --- a/tool/test_all.sh +++ b/tool/test_all.sh @@ -40,4 +40,4 @@ run_test_flutter 'examples/app' run_test 'examples/migrations_example' run_test_flutter 'extras/integration_tests/ffi_on_flutter' 'integration_test/drift_native.dart' run_test 'extras/integration_tests/web' 'web-only' -#run_test 'extras/drift_postgres' \ No newline at end of file +run_test 'extras/drift_postgres' \ No newline at end of file