parent
093d803472
commit
f9febc76e7
@ -1,5 +1,5 @@
|
|||||||
--- diff-0.1.11/Cargo.toml 1970-01-01T01:00:00+01:00
|
--- diff-0.1.11/Cargo.toml 1970-01-01T00:00:00+00:00
|
||||||
+++ diff-0.1.11/Cargo.toml 2018-01-01T12:40:11.675068+01:00
|
+++ diff-0.1.11/Cargo.toml 2019-07-22T17:24:39.397574+00:00
|
||||||
@@ -20,7 +20,7 @@
|
@@ -20,7 +20,7 @@
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/utkarshkukreti/diff.rs"
|
repository = "https://github.com/utkarshkukreti/diff.rs"
|
@ -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-diff
|
Loading…
Reference in new issue