diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12030f2..9c2ca6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,7 @@ jobs: - name: Install stable toolchain uses: dtolnay/rust-toolchain@stable with: - profile: minimal toolchain: stable - override: true - name: Run cargo check uses: actions-rs/cargo@v1 @@ -32,9 +30,7 @@ jobs: - name: Install stable toolchain uses: dtolnay/rust-toolchain@stable with: - profile: minimal toolchain: stable - override: true - name: Run cargo test uses: actions-rs/cargo@v1 @@ -51,9 +47,7 @@ jobs: - name: Install stable toolchain uses: dtolnay/rust-toolchain@stable with: - profile: minimal toolchain: stable - override: true components: rustfmt, clippy - name: Run cargo fmt