diff --git a/rust-serde_derive.spec b/rust-serde_derive.spec index adb8595..ee4a270 100644 --- a/rust-serde_derive.spec +++ b/rust-serde_derive.spec @@ -1,5 +1,5 @@ # Generated by rust2rpm -# serde_derive(dev) -> serde(opt) -> serde_derive +# Tests are run in infrastructure %bcond_with check %global debug_package %{nil} @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 1.0.70 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Macros 1.1 implementation of #[derive(Serialize, Deserialize)] License: MIT or ASL 2.0 @@ -60,6 +60,9 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Sat Jul 21 2018 Igor Gnatenko - 1.0.70-3 +- Run tests in infrastructure + * Sat Jul 14 2018 Fedora Release Engineering - 1.0.70-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..8e85e44 --- /dev/null +++ b/tests/tests.yml @@ -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-serde_derive