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

Fix and test minimal versions build #303

Merged
merged 5 commits into from Feb 17, 2022
Merged

Fix and test minimal versions build #303

merged 5 commits into from Feb 17, 2022

Conversation

newpavlov
Copy link
Member

No description provided.

@newpavlov newpavlov changed the title Fix minimal versions build Fix and test minimal versions build Feb 16, 2022
Comment on lines 59 to 72
minimal-versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
profile: minimal
- run: rm ../Cargo.toml
- run: rm ../Cargo.lock
- run: cargo update -Z minimal-versions
- run: cargo test --release
- run: cargo test --release --all-features
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like something it'd be good to extract as a shared workflow ala https://github.com/RustCrypto/actions/blob/master/.github/workflows/set-msrv.yml

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My first attempt in RustCrypto/actions#3 has failed, so I think it's worth to leave it for a later PR.

@newpavlov newpavlov merged commit 7de364e into master Feb 17, 2022
@newpavlov newpavlov deleted the fix_min_versions branch February 17, 2022 08:56
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

2 participants