Add test stage

This commit is contained in:
ligi 2020-11-13 01:50:16 +01:00
parent c27c776abb
commit 0532b7cc3b
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -1,6 +1,7 @@
{
"type": "ci",
"stages": [
{"name":"test"},
{"name":"run"}
]
}