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

chore: build with nightly on a schedule #159

Merged
merged 1 commit into from
Feb 23, 2025
Merged

Conversation

aschey
Copy link
Owner

@aschey aschey commented Feb 23, 2025

No description provided.

@aschey aschey force-pushed the chore/scheduled-build branch from e47a2b5 to ece6334 Compare February 23, 2025 21:40
Comment on lines +12 to +18
name: "Build with Nightly"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust nightly
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
- name: build
run: cargo +nightly build

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions Job or Workflow does not set permissions
steps:
- uses: actions/checkout@v4
- name: Install Rust nightly
uses: dtolnay/rust-toolchain@stable

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Build on nightly' step
Uses Step
uses 'dtolnay/rust-toolchain' with ref 'stable', not a pinned commit hash
@aschey aschey force-pushed the chore/scheduled-build branch from ece6334 to 7fe4073 Compare February 23, 2025 21:42
@aschey aschey enabled auto-merge (squash) February 23, 2025 21:43
@aschey aschey merged commit 8798c14 into main Feb 23, 2025
7 checks passed
@aschey aschey deleted the chore/scheduled-build branch February 23, 2025 21:47
Copy link

codecov bot commented Feb 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.39%. Comparing base (cd0a0cb) to head (7fe4073).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #159      +/-   ##
==========================================
+ Coverage   76.33%   76.39%   +0.06%     
==========================================
  Files          19       19              
  Lines        1665     1665              
  Branches     1665     1665              
==========================================
+ Hits         1271     1272       +1     
+ Misses        310      309       -1     
  Partials       84       84              

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

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.

1 participant