diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f88fd2f19..e737225b7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -64,6 +64,13 @@ jobs: - name: Check Rust workspace run: cargo check --workspace + - name: Lint Rust workspace + run: cargo clippy --workspace --all-targets -- -D warnings + + - name: Test Rust workspace + run: cargo test --workspace + continue-on-error: true + frontend-full: name: frontend-full-experimental runs-on: ubuntu-latest