Skip to content

Commit

Permalink
run cargo sweep in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Feb 29, 2024
1 parent 02af83e commit f71184a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
with:
prefix-key: "rust-cache-20231109"

- uses: swlynch99/cargo-sweep-action@v1

- name: Build
run: cargo build --workspace --locked

Expand Down Expand Up @@ -86,6 +88,8 @@ jobs:
with:
prefix-key: "rust-cache-20240201"

- uses: swlynch99/cargo-sweep-action@v1

- name: Build
run: cargo build --workspace --locked

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -172,4 +178,6 @@ jobs:
- name: restore build & cargo cache
uses: Swatinem/rust-cache@v2

- uses: swlynch99/cargo-sweep-action@v1

- run: just lint

0 comments on commit f71184a

Please sign in to comment.