Who needs stable

This commit is contained in:
Ryan Kennedy 2020-03-12 15:56:12 -05:00
parent 03129e30db
commit d5708b05b2

View file

@ -57,25 +57,9 @@ jobs:
- name: "Run cargo build" - name: "Run cargo build"
run: cargo build run: cargo build
- name: "Run cargo build for stable"
run: cargo build --no-default-features --features stable
if: runner.os != 'Windows'
- name: "Run cargo build for stable on musl"
run: cargo build --target x86_64-unknown-linux-musl --no-default-features --features stable
if: runner.os == 'Linux'
- name: "Run cargo test" - name: "Run cargo test"
run: cargo test run: cargo test
- name: "Run cargo test for stable"
run: cargo test --no-default-features --features stable
if: runner.os != 'Windows'
- name: "Run cargo test for stable on musl"
run: cargo test --target x86_64-unknown-linux-musl --no-default-features --features stable
if: runner.os == 'Linux'
- name: "Install Rustup Targets" - name: "Install Rustup Targets"
run: | run: |
rustup target add i686-unknown-linux-gnu rustup target add i686-unknown-linux-gnu