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

fix: CI error #86

Merged
merged 3 commits into from
Jan 24, 2024
Merged

fix: CI error #86

merged 3 commits into from
Jan 24, 2024

Conversation

MuZhou233
Copy link
Contributor

Fix #85

The stuck may be caused by outdated and unmaintained action since https://github.com/actions-rs is already archived.
The new config is equivelent to original one. rustup is a built-in command now so third-party actions are not needed.
This could fix the issue ( at least gives a clear error message rather than stuck forever, like https://github.com/MuZhou233/casbin-diesel-adapter/actions/runs/7630193317/job/20785317576 ).

@CLAassistant
Copy link

CLAassistant commented Jan 23, 2024

CLA assistant check
All committers have signed the CLA.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e561fca) 70.19% compared to head (58fccc0) 70.19%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #86   +/-   ##
=======================================
  Coverage   70.19%   70.19%           
=======================================
  Files           4        4           
  Lines         302      302           
=======================================
  Hits          212      212           
  Misses         90       90           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hsluoyz hsluoyz merged commit 6f31e88 into casbin-rs:master Jan 24, 2024
9 checks passed
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.

Fix the CI error
4 participants