Skip to content
Snippets Groups Projects
Commit e9a51456 authored by Martin Kröning's avatar Martin Kröning :crab:
Browse files

CI: Don't exclude newlib from cargo hack

parent 4938743f
No related branches found
No related tags found
No related merge requests found
......@@ -31,9 +31,7 @@ jobs:
- run: rustup show
- uses: Swatinem/rust-cache@v2
- name: Check each feature
run: |
cargo hack check --package libhermit-rs --each-feature --no-dev-deps --exclude-features newlib --target x86_64-unknown-none
cargo check --package libhermit-rs --no-default-features --features newlib --target x86_64-unknown-none
run: cargo hack check --package libhermit-rs --each-feature --no-dev-deps --target x86_64-unknown-none
env:
RUSTFLAGS:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment