Chip-8_Go/.drone.yml

10 lines
124 B
YAML
Raw Normal View History

2020-10-10 21:29:53 +01:00
kind: pipeline
type: docker
name: default
steps:
- name : test
image: golang:latest
commands:
2020-10-10 21:43:11 +01:00
- go test -v ./pkg/...