Enable postgres integration testing

This commit is contained in:
westito 2022-06-30 19:06:56 +02:00
parent 02ad0e8250
commit 735402e384
2 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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'
run_test 'extras/drift_postgres'