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 version of cargo-hack to 0.5.28 #666

Merged
merged 1 commit into from
Aug 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-hack
version: "=0.5.28"
- name: Build rp2040-hal's workspace (without the examples)
run: cargo hack build --optional-deps --each-feature
examples-builds:
Expand All @@ -27,6 +28,7 @@ jobs:
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-hack
version: "=0.5.28"
- name: Build workspace
run: cargo hack build --examples --optional-deps --each-feature
tests:
Expand All @@ -41,6 +43,7 @@ jobs:
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-hack
version: "=0.5.28"
- name: Test
run: cargo hack test -p rp2040-hal --tests --target x86_64-unknown-linux-gnu --optional-deps --each-feature --features critical-section-impl
- name: Test docs
Expand All @@ -64,6 +67,7 @@ jobs:
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-hack
version: "=0.5.28"
- name: Install cargo-udeps
uses: baptiste0928/cargo-install@v2
with:
Expand All @@ -84,6 +88,7 @@ jobs:
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-hack
version: "=0.5.28"
- name: Verifiy MSRV
run: cargo hack build --examples --optional-deps --each-feature
on-target-build:
Expand Down
Loading