Chip-8_Go/.drone.yml
S.D 80124aa3a5
All checks were successful
continuous-integration/drone/push Build is passing
maybe build now?
2020-10-10 20:43:11 +00:00

10 lines
124 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name : test
image: golang:latest
commands:
- go test -v ./pkg/...