From ce7292819436bfca8bc857a5309efb79378bf9da Mon Sep 17 00:00:00 2001 From: pml68 Date: Mon, 16 Jun 2025 00:37:41 +0200 Subject: ci: test build on MSRV, build with `release` profile --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4d1301..978f334 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - rust-version: [stable, nightly] + rust-version: [stable, nightly, 1.85.0] steps: - uses: hecrj/setup-rust-action@v2 with: @@ -30,7 +30,7 @@ jobs: target/ key: ${{ runner.os }}-build-${{ matrix.rust-version }}-${{ hashFiles('**/Cargo.lock') }} - name: Build iced-builder binary - run: cargo build --verbose --profile ci + run: cargo build --verbose --release - name: Archive iced-builder binary if: matrix.rust-version == 'stable' uses: actions/upload-artifact@v4 -- cgit v1.2.3