Skip to content
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

Make #[allow_ci] a comment #145

Merged
merged 1 commit into from
Nov 22, 2020
Merged

Make #[allow_ci] a comment #145

merged 1 commit into from
Nov 22, 2020

Conversation

lkatalin
Copy link
Contributor

@lkatalin lkatalin commented Nov 19, 2020

This allows Rust to ignore it, but our CI tests to detect it.

Signed-off-by: Lily Sturmann [email protected]

Edit: The failures are related to the unwraps() that this tests for and which are fixed in #144 .

This allows Rust to ignore it, but our CI tests to detect it.
Also, updates to allow unwraps in existing code.

Signed-off-by: Lily Sturmann <[email protected]>
Co-authored-by: Luke Hinds <[email protected]>
@lkatalin
Copy link
Contributor Author

@lukehinds I combined this with #144 (with you as co-author) in order to allow CI to pass - let me know what you think.

@lukehinds lukehinds merged commit 1366ebb into keylime:master Nov 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants