Skip to content

Commit 2d66631

Browse files
Martin Larraldelu-zero
authored andcommitted
Run cargo test in Travis-CI
1 parent cc9d8d4 commit 2d66631

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
@@ -9,5 +9,7 @@ before_install:
99
- git submodule update --init --recursive
1010

1111
script:
12-
- cargo build --verbose
12+
# build and test the crate
13+
- cargo test --verbose
14+
# build the example
1315
- cargo build --verbose --manifest-path=examples/xmp-sys/Cargo.toml

0 commit comments

Comments
 (0)