You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have hard coded values for validators to run in our tests.
These numbers are good for CI, but when iterating on tests locally can be pain unless manually changed to a lower number. We can lower these to 1, 0 for example when not running in CI.
in github actions, a CI=true environment variable is set, we could leverage this existing value to conditionally set these values.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Summary
Currently, we have hard coded values for validators to run in our tests.
These numbers are good for CI, but when iterating on tests locally can be pain unless manually changed to a lower number. We can lower these to
1, 0
for example when not running in CI.in github actions, a
CI=true
environment variable is set, we could leverage this existing value to conditionally set these values.For Admin Use
The text was updated successfully, but these errors were encountered: