Add quick shortcut to test the server functionality locally.
This commit is contained in:
parent
b57e86e62f
commit
f82611bdaa
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue