diff --git a/README.adoc b/README.adoc index e525de3..372d63b 100644 --- a/README.adoc +++ b/README.adoc @@ -29,7 +29,7 @@ test TEST: build You can then run them with `just COMMAND`: ```sh -$ just test +$ just test-all cc *.c -o main ./test --all Yay, all your tests passed!