ghc/tests/tests.yml

12 lines
142 B
YAML
Raw Normal View History

2022-06-15 13:59:09 +00:00
---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
required_packages:
- ghc
tests:
- smoke
...