From 3455fd15fb20e64cf423822ed2a1add2e7056d0c Mon Sep 17 00:00:00 2001 From: Nico Date: Fri, 1 May 2026 00:15:06 +0200 Subject: [PATCH 1/3] ci: enable Rust tests and clippy in PR validation - Enable rust-tests-and-clippy job on pull_request events - Enable frontend-tests-and-build job on pull_request events Closes #60 --- .github/workflows/pr.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f88fd2f19..6a882b87b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -65,9 +65,8 @@ jobs: run: cargo check --workspace frontend-full: - name: frontend-full-experimental + name: frontend-tests-and-build runs-on: ubuntu-latest - if: github.event_name == 'workflow_dispatch' steps: - name: Checkout uses: actions/checkout@v4 @@ -89,9 +88,8 @@ jobs: run: npm run build:types rust-full: - name: rust-full-experimental + name: rust-tests-and-clippy runs-on: ubuntu-latest - if: github.event_name == 'workflow_dispatch' defaults: run: working-directory: src-tauri From 31016569b13caa3f49b21a66a3baf8e14f0d6725 Mon Sep 17 00:00:00 2001 From: Nico Date: Fri, 1 May 2026 12:15:07 +0200 Subject: [PATCH 2/3] chore: trigger CI re-run From 771db19ec733b18fbeb0a5f3907e776b1c7bb1bd Mon Sep 17 00:00:00 2001 From: Nico Date: Fri, 1 May 2026 12:15:27 +0200 Subject: [PATCH 3/3] chore: re-trigger CI