Fail CI if postgres tests fail

This commit is contained in:
Simon Binder 2023-02-25 13:18:33 +01:00
parent cc16156c84
commit 14fa80fd34
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
pushd extras/drift_postgres
echo "Running integration tests with Postgres"
dart pub upgrade
dart test || true
dart test
popd
pushd examples/with_built_value