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

Update CI #14

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Update CI #14

wants to merge 6 commits into from

Conversation

wackbyte
Copy link

Makes a few improvements to CI (details included in log)

- check: should have nightly, judging by the name
- build-and-test: should have beta to be consistent with the future-proofing job
actions-rs was archived several months ago and is no longer maintained, but
dtolnay/rust-toolchain is and is widely used[1]

unfortunately, it requires manually overriding the toolchain and has no
automatic option

[1]: https://github.com/dtolnay/rust-toolchain/network/dependents
might produce better logs/errors
this prevents the job, a duplicate of the one in the normal CI, from
unnecessarily running twice
make comments, job names, and step names more clear by:
- removing version information (it is provided automatically by the matrix)
- shortening to name only what an item does
  - for example: "(Check & Build &) Test (No UI)" only runs non-UI tests, so I
    removed the prefix and renamed it to "Test (no UI)"
- formatting consistently
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.

None yet

1 participant