From d934996178e2fb5ee929d823aeb97dbbaa2c3e3e Mon Sep 17 00:00:00 2001 From: Jon Grace-Cox Date: Wed, 24 Aug 2022 13:56:40 -0700 Subject: [PATCH] Update test command in documentation --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a3d488f..6e4bf03 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -154,7 +154,7 @@ Invoke tasks are defined in the `tasks/` directory in the project. Feel free to You can run tests locally using: ```bash -inv test.local +inv package.build && inv package.install && inv test.local ``` ### Containerised tests