-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore(ci): adds a workflow to build linux in every PR #1365
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to use something like this: https://github.com/marketplace/actions/toml-reader to pull the toolchain value from cargo.toml?
the cargo workflow runs/builds on linux already. Clippy will fail if the project won't compile. i believe this workflow is redundant. |
This means that the job that builds linux on automated tests is redundant too. I added this job recently just to ensure that app builds correctly on Linux. Since there are no automated tests for linux yet, I will add a PR to remove my build linux job too |
UI Automated Tests execution is complete! You can find the test results report here |
got it, thanks! 🔨 |
What this PR does 📖