From b028ddcd63bec31d41192fb064ae18692e55d3a2 Mon Sep 17 00:00:00 2001 From: Andre Popovitch Date: Thu, 26 Dec 2024 02:55:11 -0600 Subject: [PATCH] fix CI --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 079299d..ee5a8e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,10 +33,7 @@ jobs: run: cargo fmt --all -- --check - name: Run clippy (wasm) - run: cargo clippy -- -D warnings --target wasm32-unknown-unknown - - - name: Run clippy (native) - run: cargo clippy -- -D warnings --target x86_64-unknown-linux-gnu + run: cargo clippy --all-targets -- -D warnings - name: Run tests run: cargo test