parent
2eadad39b8
commit
0796b74308
@ -1 +1,2 @@
|
||||
/paste-0.1.4.crate
|
||||
/paste-0.1.5.crate
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (paste-0.1.4.crate) = a9d203bfb09904ce1258d3b25f3e82aefc7e26cd3dc34ca27e5cafc652720ddd97967161ed88fb96073ccb9a8d33aee38e17e7f2b0c9e02613f06ee81a8041e0
|
||||
SHA512 (paste-0.1.5.crate) = 28c1190b07ec8eac2b8f269aae49da7bb5dc7edd2911754a5c0b10a19b55e41af62fe26e5c66171fe53b669b552efc19874270fede820a1c108a9ef977357332
|
||||
|
@ -0,0 +1 @@
|
||||
1
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
standard-inventory-qcow2:
|
||||
qemu:
|
||||
# `cargo test` usually eats more than 1G.
|
||||
m: 4G
|
@ -0,0 +1,13 @@
|
||||
---
|
||||
- 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-paste
|
Loading…
Reference in new issue