New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clippy and compile-fail tests are no longer running in CI #1317

Closed
sgrif opened this Issue Nov 28, 2017 · 1 comment

Comments

Projects
None yet
2 participants
@sgrif
Member

sgrif commented Nov 28, 2017

I have no clue why this is happening, but I noticed that our compile-fail tests have a bad replace pattern in Cargo.toml and should be failing, which led me to notice they aren't running at all!

@killercup

This comment has been minimized.

Member

killercup commented Nov 29, 2017

You probably need to remove this line

include:

as the include key occurs twice

@sgrif sgrif closed this in 7e1856b Nov 29, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment