14 lines
252 B
14 lines
252 B
7 years ago
|
---
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-basic
|
||
|
tags:
|
||
|
- classic
|
||
|
repositories:
|
||
|
- repo: "https://src.fedoraproject.org/tests/rust.git"
|
||
|
dest: rust
|
||
|
tests:
|
||
|
- rust/cargo-test
|
||
|
environment:
|
||
|
pkg: rust-quote
|