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

actions: Let test, fmt, clippy only run if check succeeded #199

Merged
merged 1 commit into from Apr 13, 2021

Conversation

matthiasbeyer
Copy link
Collaborator

I learned this today, that actions can depend on eachother.

This is a small improvement to our CI setup, so that cargo check must succeed before cargo test, cargo fmt -- --check and cargo clippy are run.

Do we want this?

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
@matthiasbeyer matthiasbeyer merged commit eeede73 into mehcode:master Apr 13, 2021
@matthiasbeyer matthiasbeyer deleted the actions-dependencies branch April 13, 2021 10:56
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.

None yet

1 participant