diff options
author | EuAndreh <eu@euandre.org> | 2024-08-26 08:01:13 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-26 08:01:13 -0300 |
commit | 68c7f40ed50582ecad1a931a0f04c3fa9b13392f (patch) | |
tree | b32e732200aec89672bae0f3fb7775e2bfc18854 | |
parent | Makefile: Add skeleton for running integration tests (diff) | |
download | server-68c7f40ed50582ecad1a931a0f04c3fa9b13392f.tar.gz server-68c7f40ed50582ecad1a931a0f04c3fa9b13392f.tar.xz |
Makefile: simple spacing
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ $(integration-tests): ALWAYS check-integration: $(integration-tests) + ## Run all tests. Each test suite is isolated, so that a parallel ## build can run tests at the same time. The required artifacts ## are created if missing. |