Don't run tests again for packaging.

Since testing is done in a separate task.
This commit is contained in:
Harrison Deng 2020-04-28 18:13:55 -05:00
parent 7311327d8d
commit 9c8dd377dd

2
.vscode/tasks.json vendored
View File

@ -18,7 +18,7 @@
{
"label": "package",
"type": "shell",
"command": "mvn package",
"command": "mvn package -DskipTests",
"group": "build"
},
{