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

Migrate to github actions #98

Merged
merged 2 commits into from
Sep 24, 2020
Merged

Migrate to github actions #98

merged 2 commits into from
Sep 24, 2020

Conversation

lukehinds
Copy link
Member

Travis is very flaky, the webhooks fail often and its just not as
much of a seamless experience as github actions.

This will implement three checks at gate (same as before):

  • cargo fmt
  • cargo test
  • ./ci/nopanic.py

Resolves: #87

Travis is very flaky, the webhooks fail often and its just not as
much of a seamless experience as github actions.

This will implement three checks at gate (same as before):

* cargo fmt
* cargo test
* ./ci/nopanic.py

Resolves: #87
Copy link
Contributor

@ashcrow ashcrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change looks correct to me based on what I read in the GH actions doc.

Copy link
Contributor

@mbestavros mbestavros left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@lukehinds lukehinds merged commit 2e93569 into keylime:master Sep 24, 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.

Migrate travis to github actions
3 participants