diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bea8988b4..b1d2f7d72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: run: rustup install 1.71 --profile minimal - name: Check - run: cargo +1.71 check --verbose + run: cargo +1.71 check -p diplomat -p diplomat-runtime --verbose gen: runs-on: ubuntu-latest