mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 14:11:54 +00:00
test severity config
This commit is contained in:
parent
91f1bdb572
commit
46d0fdce70
@ -48,9 +48,10 @@ models:
|
||||
|
||||
tests:
|
||||
near:
|
||||
+severity: warn # default to warn for all tests
|
||||
silver:
|
||||
+severity: warn # default to warn for int tests
|
||||
core:
|
||||
+severity: error # but error if a core view is having issues
|
||||
+error_if: ">25" # but error if a core view is having issues, adding a buffer due to receipt processing lag
|
||||
+store_failures: true # all tests
|
||||
|
||||
vars:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user