diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c1ae1d11..18a3c4a8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -191,4 +191,4 @@ jobs: steps: - uses: actions/checkout@v3 - uses: dtolnay/install@cargo-outdated - - run: cargo outdated --workspace --exclude macrotest --exit-code 1 + - run: cargo outdated --workspace --exclude macrotest,prettyplease --exit-code 1