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