Removed test DB
This commit is contained in:
parent
2df90902fb
commit
6cced632b2
2 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", "--release", "--", "-c", "./TestConfigWindows.toml", "-d", "dev.sqlite", "-w", "../polaris-web"]
|
||||
"args": ["run", "--release", "--", "-c", "./TestConfigWindows.toml", "-d", "test/db.sqlite", "-w", "../polaris-web"]
|
||||
},
|
||||
|
||||
// Run unit tests
|
||||
|
|
BIN
dev.sqlite
BIN
dev.sqlite
Binary file not shown.
Loading…
Add table
Reference in a new issue