diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 950f386..d897ea7 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -42,7 +42,7 @@ jobs: run: cargo fmt --all -- --check - name: Run clippy - run: cargo clippy --workspace --all-features --benches --examples --tests -- -D warnings + run: cargo clippy --workspace --all-features --benches --examples --tests -- -D warnings test: name: Run Tests