mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #385] Extended CI suite #1681
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1681
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/385
Author: @LucasFA
Created: 3/2/2024
Status: 🔄 Open
Base:
master← Head:ci-suite📝 Commits (5)
1662348Prepare for new CI046d720Add MSRV CI job6a37d30Add OS_SPECIFIC_FEATURES to rust-ci jobb605e17Use spaces instead of commas as feature separator72a4946Factor out Linux packages📊 Changes
4 files changed (+56 additions, -18 deletions)
View changed files
📝
.github/workflows/ci.yml(+40 -16)📝
Cargo.toml(+9 -0)📝
lyric_finder/Cargo.toml(+1 -0)📝
spotify_player/Cargo.toml(+6 -2)📄 Description
Took me a while to get around to it, but finally there's something to show for it.
./target/and creates a CI profile to reduce its cache usage, though Swatinem does a good job alreadycargo clippyandtestto have the quickest at the beginningI also took the liberty of reordering the features in the Cargo.toml file, in decreasing number of dependencies, mostly. We can drop that.
New (action) dependencies: taiki-e/install-action@v2 and Swatinem/rust-cache
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.