Update test command in documentation

This commit is contained in:
Jon Grace-Cox
2022-08-24 13:56:40 -07:00
parent 16392e13fe
commit d934996178

View File

@@ -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