diff --git a/Makefile.toml b/Makefile.toml index 6f223a4..424b8ae 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -109,6 +109,11 @@ command = "diesel" args = ["migration", "run"] cwd = "server" +[tasks.test-server] +command = "cargo" +args = ["make", "test"] +cwd = "server" + [tasks.docker-test-api] category = "Rookeries" description = "Run all API tests in a Docker container."