mirror of https://github.com/AMT-Cheif/drift.git
Update extras/integration_tests/drift_testcases/build.yaml
Co-authored-by: Simon Binder <oss@simonbinder.eu>
This commit is contained in:
parent
5c4e5e571e
commit
b4b7772d23
|
@ -15,6 +15,8 @@ targets:
|
||||||
new_sql_code_generation: true
|
new_sql_code_generation: true
|
||||||
scoped_dart_components: true
|
scoped_dart_components: true
|
||||||
sql:
|
sql:
|
||||||
|
# As sqlite3 is compatible with the postgres dialect (but not vice-versa), we're
|
||||||
|
# using this dialect so that we can run the tests on postgres as well.
|
||||||
dialect: postgres
|
dialect: postgres
|
||||||
options:
|
options:
|
||||||
version: "3.37"
|
version: "3.37"
|
||||||
|
|
Loading…
Reference in New Issue