osbuild-composer/tests/tests_unit.yml
Ondřej Budai ef20d629e8
Update to 30
This commit also copies gating from RHEL 8. The integration test is currently
disabled because there's not much to test on RHEL 9 yet.

Also, the patch is removed, this was probably forgotten in Fedora
dist-git.

Related: rhbz#1972427
2021-07-02 14:06:28 +02:00

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