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

CI improvements: dependabot frequency, experimental testing #559

Merged
merged 8 commits into from
Jul 25, 2023

Conversation

neysofu
Copy link
Member

@neysofu neysofu commented Jul 25, 2023

Description

  • Run dependabot weekly instead of daily.
  • Add any missing license fields to our Cargo manifests.
  • Enable experimental feature testing on CI.
  • Add cargo-deny for license checking. This will coexist with actions/dependency-review-action@v3 for a while, but the intention is to eventually phase out the latter.

CI minutes saving strategies:

  • Cancel all jobs when a new job is pushed to the same PR, branch, or tag.
  • Only build cargo doc on nightly or stable, instead of every commit.

Linked Issues

Related to #188.

@neysofu neysofu marked this pull request as ready for review July 25, 2023 11:22
@neysofu neysofu merged commit adeafc1 into nightly Jul 25, 2023
13 checks passed
@neysofu neysofu deleted the filippo/ci-improvements branch July 25, 2023 12:05
@citizen-stig citizen-stig linked an issue Jul 25, 2023 that may be closed by this pull request
@citizen-stig citizen-stig mentioned this pull request Jul 7, 2023
5 tasks
@citizen-stig citizen-stig linked an issue Jul 25, 2023 that may be closed by this pull request
5 tasks
preston-evans98 pushed a commit that referenced this pull request Sep 14, 2023
* Add missing license fields to Cargo manifests

* Test with --experimental on CI

* Run dependabot weekly

* Use cargo-deny for license checking

* Cancel job when new commits are pushed

* Fix rust.yml

* Fix rust.yml

* Only build GH pages on nightly/stable
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.

Test experimental features in CI Tracking Issue: Improve CI
2 participants