remove feature

This commit is contained in:
Ryan Kennedy 2020-03-12 15:51:48 -05:00
parent 3af14568bf
commit 32b64a5316

View file

@ -76,9 +76,6 @@ jobs:
run: cargo test --target x86_64-unknown-linux-musl --no-default-features --features stable
if: runner.os == 'Linux'
- name: "Deny Warnings"
run: cargo build --features deny-warnings
- name: "Install Rustup Targets"
run: |
rustup target add i686-unknown-linux-gnu