mirror of https://github.com/AMT-Cheif/drift.git
Temporarily disable postgres tests
This commit is contained in:
parent
c5c67e15a1
commit
1120317117
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue