Merge branch 'reactivate-ci' into 'master'

Reactivate Failure is allowed for benchmark and coverity

See merge request veloren/veloren!790
This commit is contained in:
Marcel 2020-02-09 19:31:37 +00:00
commit 9f0307b926
2 changed files with 1 additions and 2 deletions

View File

@ -110,7 +110,6 @@ coverage:
- veloren-docker
script:
- cargo tarpaulin -v
allow_failure: true
benchmarks:
stage: post
@ -121,7 +120,6 @@ benchmarks:
script:
- unset DISABLE_GIT_LFS_CHECK
- cargo bench
allow_failure: true
linux:
stage: post

View File

@ -384,6 +384,7 @@ mod tests {
}
#[test]
#[ignore]
fn send_recv_huge() {
let (mut postoffice, sock) = create_postoffice::<(), Vec<i32>>(3).unwrap();
let test_msgs: Vec<Vec<i32>> = (0..5)