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"]
|
args = ["migration", "run"]
|
||||||
cwd = "server"
|
cwd = "server"
|
||||||
|
|
||||||
|
[tasks.test-server]
|
||||||
|
command = "cargo"
|
||||||
|
args = ["make", "test"]
|
||||||
|
cwd = "server"
|
||||||
|
|
||||||
[tasks.docker-test-api]
|
[tasks.docker-test-api]
|
||||||
category = "Rookeries"
|
category = "Rookeries"
|
||||||
description = "Run all API tests in a Docker container."
|
description = "Run all API tests in a Docker container."
|
||||||
|
|
Loading…
Reference in New Issue