From 03e955d24f95be4ef57406d95ce5844e34304153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Wed, 6 Dec 2023 12:38:52 +0100 Subject: [PATCH] README: Fix act arguments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks moparisthebest for the report Signed-off-by: Maxime “pep” Buquet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17aa9bb9..9d51838e 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ include tests where appropriate, and pass the existing test suite. CI should pass to submit your changes. This is done by ensuring `cargo fmt` and `cargo test` pass (in the workspace). -More thorough tests can be done locally with `act exec` or `forgejo-runner +More thorough tests can be done locally with `act` or `forgejo-runner exec`, which is also what is run in the CI. We require docker to be setup for this to work.