Readme: running tests can use tag

This commit is contained in:
Daniel Black 2023-04-26 13:45:36 +10:00
parent 8524cfe367
commit 10d363e659

View File

@ -108,7 +108,7 @@ To build, you can use [docker build](https://docs.docker.com/engine/reference/co
Run: Run:
``` ```
.test/run {container hash} .test/run {container hash/tag}
``` ```
This will run through all current tests and the new tests you have created. The key aspect is that the script should error returning a non-zero exit code if the test fails. This will run through all current tests and the new tests you have created. The key aspect is that the script should error returning a non-zero exit code if the test fails.