From 25d4b309750cbd3ef43072fbf99dc249d2219692 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Thu, 7 Aug 2025 05:07:09 +0400 Subject: [PATCH] build: run camoufox fetch in rust lint --- .github/workflows/lint-rs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/lint-rs.yml b/.github/workflows/lint-rs.yml index fdbc2b0..057b3af 100644 --- a/.github/workflows/lint-rs.yml +++ b/.github/workflows/lint-rs.yml @@ -86,6 +86,11 @@ jobs: pnpm run build:win-x64 fi + # TODO: replace with an integration test that fetches everything from rust + - name: Download Camoufox for testing + run: npx camoufox-js fetch + continue-on-error: true + - name: Copy nodecar binary to Tauri binaries shell: bash run: |