diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d07b26ef8..cef9497074 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,6 @@ jobs: run: | rustup set profile minimal rustup update stable - rustup component add clippy rustup target add wasm32-wasi - name: Install Node @@ -40,14 +39,6 @@ jobs: uses: actions/checkout@v2 with: clean: false - - - name: Run clippy - run: > - cargo clippy --workspace -- - -Dwarnings - -Aclippy::reversed_empty_ranges - -Aclippy::missing_safety_doc - -Aclippy::let_unit_value - name: Run tests run: cargo test --workspace --no-fail-fast