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
{{ message }}
This repository was archived by the owner on Feb 28, 2021. It is now read-only.
At the moment the CI tests run against multiple runtime versions. However, the tests don’t verify that they are run against the expected runtime version. For example if we run the tests against runtime/dev_prev_spec_last_impl.json we do not make sure that this chain spec was build correctly and that it indeed contains the previous runtime spec version. In fact, in #548 all the chain specs contain the same runtime version.
To adress this the tests should verify that the runtime version they are running against. To accomplish this I suggest the tests compare the runtime versions against the radicle-registry-runtime crate versions in the three different runs.