remove feature
This commit is contained in:
parent
3af14568bf
commit
32b64a5316
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -76,9 +76,6 @@ jobs:
|
||||||
run: cargo test --target x86_64-unknown-linux-musl --no-default-features --features stable
|
run: cargo test --target x86_64-unknown-linux-musl --no-default-features --features stable
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
|
|
||||||
- name: "Deny Warnings"
|
|
||||||
run: cargo build --features deny-warnings
|
|
||||||
|
|
||||||
- name: "Install Rustup Targets"
|
- name: "Install Rustup Targets"
|
||||||
run: |
|
run: |
|
||||||
rustup target add i686-unknown-linux-gnu
|
rustup target add i686-unknown-linux-gnu
|
||||||
|
|
Loading…
Reference in a new issue