bring handloose and nat-globelet-playground into CI

This commit is contained in:
2022-09-29 23:46:49 +00:00
parent 8121ae425c
commit 507d267c1f
15 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "lime",
"command": "test",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}