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: |