Run tests properly

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2019-01-29 18:27:08 +01:00
parent 4fe7b69290
commit 4a762bc280
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
4 changed files with 1 additions and 21 deletions

View File

@ -1,6 +1,5 @@
# Generated by rust2rpm
# * Tests are run in infrastructure
%bcond_with check
%bcond_without check
%global crate hyperfine

View File

@ -1 +0,0 @@
1

View File

@ -1,5 +0,0 @@
---
standard-inventory-qcow2:
qemu:
# `cargo test` usually eats more than 1G.
m: 4G

View File

@ -1,13 +0,0 @@
---
- 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-hyperfine