From e75875b1e0c73abc361f794ddb2946f27ff0e40b Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Mon, 9 Mar 2026 01:43:57 -0700 Subject: [PATCH] README.md: replace discussion of missing gist Since the suggested git hook is no longer available, instead discuss the fact that this repo has CI configured with GitHub actions. --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 516a087a6e..317d134055 100644 --- a/README.md +++ b/README.md @@ -53,13 +53,8 @@ $ cargo build ### Automating Testing Running tests and handling all of the associated edge cases on every commit -proves tedious very quickly. To automate tests and handle proper stashing and -unstashing of unstaged changes and thus avoid nasty surprises, use the -pre-commit hook found [here][pre-commit-hook] and place it into the -`.git/hooks/` with the name `pre-commit`. You may need to add execution -permissions with `chmod +x`. - -To skip tests on a simple commit or doc-fixes, use `git commit --no-verify`. +proves tedious very quickly. You can use GitHub's automated CI to run the +tests on your commit(s) if you do not run them locally. ## Building on macOS 10.10+