mirror of
https://github.com/FlipsideCrypto/ethereum-models.git
synced 2026-02-06 15:36:50 +00:00
Store All Test Results by default (#117)
* - configure project to store all tests by default * - renamed coilumn * - renamed column
This commit is contained in:
parent
c143767629
commit
eef6e41097
@ -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() }}"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user