From d5708b05b2c9a8a6e4c75e025458e77e04c05e56 Mon Sep 17 00:00:00 2001 From: Ryan Kennedy Date: Thu, 12 Mar 2020 15:56:12 -0500 Subject: [PATCH] Who needs stable --- .github/workflows/rust.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ab6c5f1..fcae738 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -57,25 +57,9 @@ jobs: - name: "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" 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" run: | rustup target add i686-unknown-linux-gnu