diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b4ba32451..923d0fc3f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,7 +17,7 @@ jobs: complete: if: always() - needs: [fmt, rust-analyzer-compat, build-and-test, docs] + needs: [fmt, check-git-rev-deps, rust-analyzer-compat, build-and-test, docs] runs-on: ubuntu-latest steps: - if: contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') @@ -45,6 +45,12 @@ jobs: with: command: check ${{ matrix.checks }} + check-git-rev-deps: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: stellar/actions/rust-check-git-rev-deps@main + rust-analyzer-compat: runs-on: ubuntu-latest steps: