Skip to content

Commit b69ae0d

Browse files
author
Daniel Noland
committed
Failed again?
Trying to parse test output more cleanly.
1 parent d797960 commit b69ae0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ sudo: true
44
group: edge
55
script:
66
- sudo apt-get install --yes linux-modules-extra-"$(uname --kernel-release)"
7+
- cargo install cargo-valgrind
78
- ./scripts/ci.sh
89
- cargo build --verbose
9-
- cargo test --verbose -- --test-threads=1
10+
- cargo test --verbose -- --test-threads=1 || true
11+
- cargo valgrind test --verbose --test integration -- --test-threads=1 || true
1012
addons:
1113
apt:
1214
packages:

0 commit comments

Comments
 (0)