Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Travis doesn't run Rust Doc-tests #734

Closed
luckysori opened this issue Jan 31, 2019 · 1 comment
Closed

Travis doesn't run Rust Doc-tests #734

luckysori opened this issue Jan 31, 2019 · 1 comment

Comments

@luckysori
Copy link
Contributor

luckysori commented Jan 31, 2019

When running cargo test locally Doc-tests are run, but on Travis that is not the case.

Hint: check the Makefile

@thomaseizinger
Copy link
Contributor

The issue is that we are using cargo test --all --all-targets which doesn't run the doc tests.

I am investigating ways on we can change the Makefile to still run them.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants