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

Setup GitHub Actions #4

Merged
merged 2 commits into from
Oct 17, 2022
Merged

Setup GitHub Actions #4

merged 2 commits into from
Oct 17, 2022

Conversation

sloganking
Copy link
Contributor

rust.yml asks GitHub actions to make sure our code compiles and passes our tests. As well as shows a green check mark next to commits that pass.

Asks GitHub actions to make sure out code compiles and passes our tests, and shows a green check mark next to commits if it does.
`Swatinem/rust-cache@v2` Just allows GitHub actions to cache previously built dependencies, like running `cargo build` on your local machine already does. This lets GitHub actions builds go faster.
@zahidkhawaja zahidkhawaja self-requested a review October 17, 2022 18:28
@zahidkhawaja zahidkhawaja merged commit 52c8358 into zahidkhawaja:main Oct 17, 2022
@sloganking sloganking deleted the yaml branch October 21, 2022 22:41
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