Store All Test Results by default (#117)

* - configure project to store all tests by default

* - renamed coilumn

* - renamed column
This commit is contained in:
Julius Remigio 2022-07-22 05:34:32 -07:00 committed by GitHub
parent c143767629
commit eef6e41097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View File

@ -28,6 +28,9 @@ models:
+copy_grants: true
+on_schema_change: sync_all_columns
tests:
+store_failures: true # all tests
on-run-start:
- "{{ create_sps() }}"
- "{{ create_sp_get_token_balances_realtime() }}"

View File

@ -22,7 +22,7 @@
SELECT
block_base.block_number,
tx_count,
model_name.block_number,
model_name.block_number AS model_block_number,
model_tx_count
FROM
block_base