diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7eb6d3ef987d4..218d228d2030f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,9 @@ jobs: run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev - name: CI job # See tools/ci/src/main.rs for the commands this runs - run: cargo run -p ci -- lints + run: | + cd crates/bevy_gltf/ + cargo clippy -- -D warnings # miri: # runs-on: ubuntu-latest