diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index fe56ba9..479ae2e 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -32,5 +32,8 @@ jobs: - name: Run format check run: cargo fmt --check + - name: Run tests + run: cargo test + - name: Run clippy run: cargo clippy --all-features -- -D warnings