Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com>
  • Loading branch information
zhiburt committed Sep 6, 2021
1 parent 6d332fb commit d53255f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ install:
build: false

test_script:
- cargo test --all --verbose
- cargo test --all --verbose --no-fail-fast
1 change: 0 additions & 1 deletion tests/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ fn send() {

let mut buf = vec![0; 1024];
let n = _p_read(&mut proc, &mut buf).unwrap();
let n = _p_read(&mut proc, &mut buf).unwrap();

let s = String::from_utf8_lossy(&buf[..n]);
if !s.contains("hello cat") {
Expand Down

0 comments on commit d53255f

Please sign in to comment.