From eb58619c13cf9f6448e829cf5d9e9333204a52e3 Mon Sep 17 00:00:00 2001 From: Liam Aharon Date: Mon, 18 Mar 2024 15:12:20 +1100 Subject: [PATCH] update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7d112fa..3ee58a3 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ Try Runtime GHA makes it easy to add [try-runtime](https://paritytech.github.io/ - Try State invariants pass - Post-Migration, all runtime state is decodable -Given that code changes can break any of the above invariants, running `try-runtime` checks is as important as regularly running cargo tests in your PR CI, to prevent accidental regressions. +Given that code changes can break any of the above invariants, running `try-runtime` checks is as important as regularly running cargo tests in your CI to prevent accidental regressions. ## Usage