diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7792bc8..e4ee80a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,6 @@ jobs: integration: name: Integration Test runs-on: ubuntu-latest - needs: [test, fmt, clippy] # Only run after other tests pass services: registry: image: registry:2 @@ -170,7 +169,6 @@ jobs: extended-platforms: name: Extended Platform Support runs-on: ubuntu-latest - needs: [test] # Only run after basic tests pass steps: - uses: actions/checkout@v4 - name: Install Rust