drone testing
Some checks reported errors
continuous-integration/drone/push Build encountered an error

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2020-12-03 12:32:29 -05:00
parent 80fe32f52e
commit 914971d1c1
No known key found for this signature in database
GPG key ID: 524F155275DF0C3E
2 changed files with 18 additions and 0 deletions

11
.drone.yml Normal file
View file

@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: backend
image: golang
commands:
- go build
- go test

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# marshal test
[![Build Status](https://drone.thisco.de/api/badges/vbatts/mtest/status.svg)](https://drone.thisco.de/vbatts/mtest)
A simple playing with CBOR and JSON