parent
cd4a9b653e
commit
0a2522ff38
@ -1,5 +1,5 @@
|
|||||||
--- termion-1.5.1/Cargo.toml 2017-08-04T00:12:31+02:00
|
--- termion-1.5.1/Cargo.toml 2017-08-04T00:12:31+02:00
|
||||||
+++ termion-1.5.1/Cargo.toml 2017-11-19T10:22:50.337549+01:00
|
+++ termion-1.5.1/Cargo.toml 2019-03-09T15:32:09.243636+01:00
|
||||||
@@ -11,7 +11,3 @@
|
@@ -11,7 +11,3 @@
|
||||||
|
|
||||||
[target.'cfg(not(target_os = "redox"))'.dependencies]
|
[target.'cfg(not(target_os = "redox"))'.dependencies]
|
@ -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-termion
|
Loading…
Reference in new issue