forked from rpms/osbuild-composer
16 lines
361 B
YAML
16 lines
361 B
YAML
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-source
|
||
|
tags:
|
||
|
- always
|
||
|
- role: standard-test-basic
|
||
|
tags:
|
||
|
- classic
|
||
|
tests:
|
||
|
- unit:
|
||
|
dir: source
|
||
|
run: GOFLAGS=-mod=vendor go test ./...
|
||
|
required_packages:
|
||
|
- golang
|
||
|
- krb5-devel # required by the koji integration, code cannot be compiled without this packages
|