Add quick shortcut to test the server functionality locally.

This commit is contained in:
Dorian 2019-05-21 20:46:56 -04:00
parent b57e86e62f
commit f82611bdaa
1 changed files with 5 additions and 0 deletions

View File

@ -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."