Test task now run in release mode

This commit is contained in:
Antoine Gersant 2017-06-25 18:36:33 -07:00
parent fc4bac94b4
commit 0135538156

2
.vscode/tasks.json vendored
View file

@ -9,7 +9,7 @@
"taskName": "Run",
"options": { "cwd": "${workspaceRoot}" },
"command": "cargo",
"args": ["run", "--", "-c", "./TestConfigWindows.toml", "-d", "test.sqlite", "-w", "../polaris-web"]
"args": ["run", "--release", "--", "-c", "./TestConfigWindows.toml", "-d", "dev.sqlite", "-w", "../polaris-web"]
},
// Run unit tests