Skip to content

Commit aebc410

Browse files
committed
Run cargo test on CI
There is currently one unit test which wasn't executed on CI before. This makes it so that all the normal tests will get executed as well.
1 parent d103b4b commit aebc410

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
@@ -12,7 +12,9 @@ matrix:
1212
- rust: nightly
1313
env: FEATURES=""
1414

15-
script: cd test-project && cargo test $FEATURES
15+
script:
16+
- cargo test $FEATURES
17+
- cd test-project && cargo test $FEATURES
1618

1719
notifications:
1820
email:

0 commit comments

Comments
 (0)