openstack-zuul-jobs/playbooks/golang/run.yaml

12 lines
227 B
YAML

- hosts: all
tasks:
- name: Run golang tests
shell:
chdir: '{{ zuul.project.src_dir }}'
executable: /bin/bash
cmd: |
set -e
set -x
make env {{ golang_target }}