diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d07b26ef84f5c527bdd908fdce249c3072c39bc..cef94970748e20fe6546dc1c05db5d6f32af4014 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