Only add an initial basic functionnal test as this package is tested in upstream and downstream CI. Resolves: rhbz#2013681
10 lines
151 B
YAML
10 lines
151 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- simple:
|
|
dir: .
|
|
run: "butane --help"
|