kind: pipeline type: docker name: default steps: - name : test image: golang:latest commands: - go test -v ./chip8 - name : build image: golang:latest commands: - go build ./cmd/test_prog