Test task now run in release mode
This commit is contained in:
parent
fc4bac94b4
commit
0135538156
1 changed files with 1 additions and 1 deletions
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue