Update tests

This commit is contained in:
Sébastien Crozet
2022-03-20 13:37:34 +01:00
committed by Sébastien Crozet
parent c26c8e4932
commit 0ac35e12a7
5 changed files with 21 additions and 6 deletions

11
.vscode/tasks.json vendored
View File

@@ -258,7 +258,16 @@
"--pause"
],
"group": "build"
}
},
{
"label": "🛠 tests",
"type": "shell",
"command": "cargo",
"args": [
"test"
],
"group": "build"
},
]
]
}