Update tests
This commit is contained in:
committed by
Sébastien Crozet
parent
c26c8e4932
commit
0ac35e12a7
11
.vscode/tasks.json
vendored
11
.vscode/tasks.json
vendored
@@ -258,7 +258,16 @@
|
||||
"--pause"
|
||||
],
|
||||
"group": "build"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "🛠 tests",
|
||||
"type": "shell",
|
||||
"command": "cargo",
|
||||
"args": [
|
||||
"test"
|
||||
],
|
||||
"group": "build"
|
||||
},
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user