mirror of https://github.com/AMT-Cheif/drift.git
Enable postgres integration testing
This commit is contained in:
parent
02ad0e8250
commit
735402e384
|
@ -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"
|
||||
|
|
|
@ -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'
|
Loading…
Reference in New Issue