From f71184ab1a32410c53f1647f1b696e89886b9043 Mon Sep 17 00:00:00 2001 From: Denis Cornehl Date: Thu, 29 Feb 2024 14:16:05 +0100 Subject: [PATCH] run cargo sweep in CI --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 069943763..4b008864c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,8 @@ jobs: with: prefix-key: "rust-cache-20231109" + - uses: swlynch99/cargo-sweep-action@v1 + - name: Build run: cargo build --workspace --locked @@ -86,6 +88,8 @@ jobs: with: prefix-key: "rust-cache-20240201" + - uses: swlynch99/cargo-sweep-action@v1 + - name: Build run: cargo build --workspace --locked @@ -124,6 +128,8 @@ jobs: - name: restore build & cargo cache uses: Swatinem/rust-cache@v2 + - uses: swlynch99/cargo-sweep-action@v1 + - name: Launch postgres and min.io run: | cp .env.sample .env @@ -172,4 +178,6 @@ jobs: - name: restore build & cargo cache uses: Swatinem/rust-cache@v2 + - uses: swlynch99/cargo-sweep-action@v1 + - run: just lint