Skip to content

Commit

Permalink
Merge pull request #3814 from weiznich/github_action/stages
Browse files Browse the repository at this point in the history
Optimise the CI pipeline
  • Loading branch information
weiznich authored Sep 29, 2023
2 parents 0963f01 + c2c2e38 commit 9174a25
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ concurrency:
jobs:
check_and_test:
name: Check
needs: [sqlite_bundled, rustfmt_and_clippy]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -328,7 +329,7 @@ jobs:
with:
components: clippy, rustfmt
- name: Cache cargo registry
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -407,7 +408,7 @@ jobs:
with:
components: "rust-src"
- name: Cache cargo registry
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -440,7 +441,7 @@ jobs:
- uses: taiki-e/install-action@cargo-hack
- uses: taiki-e/install-action@cargo-minimal-versions
- name: Cache cargo registry
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/registry
Expand Down

0 comments on commit 9174a25

Please sign in to comment.