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

add "one true way" to run CI steps locally #390

Open
0xalpharush opened this issue Jul 2, 2024 · 1 comment
Open

add "one true way" to run CI steps locally #390

0xalpharush opened this issue Jul 2, 2024 · 1 comment

Comments

@0xalpharush
Copy link
Contributor

We don't have a way to conveniently reproduce CI failures locally. Solution: introduce a make file with make test, make reformat, and make lint commands.

@0xalpharush
Copy link
Contributor Author

Also change lint CI to not fail and show all errors to limit back and forth on PR with
continue-on-error: true (see https://stackoverflow.com/questions/58858429/how-to-run-a-github-actions-step-even-if-the-previous-step-fails-while-still-f)

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

No branches or pull requests

1 participant