Temporarily disable postgres tests

This commit is contained in:
Simon Binder 2022-06-28 23:13:13 +02:00
parent c5c67e15a1
commit 1120317117
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 5 additions and 5 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"