fix(ci): isolate backend tests from engine staging

This commit is contained in:
NimBold
2026-06-23 22:17:06 +03:30
parent 66252473d5
commit 7ed7bceacb
+3 -3
View File
@@ -63,10 +63,10 @@ jobs:
- name: Provision locked engines
if: runner.os != 'macOS'
run: node scripts/provision-engines.js --target ${{ matrix.target }}
- name: Test Rust backend
working-directory: src-tauri
run: cargo test --all-targets --target ${{ matrix.target }}
- name: Stage and verify engines
run: |
node scripts/stage-engines.js --target ${{ matrix.target }}
node scripts/verify-binaries.js --staged --target ${{ matrix.target }}
- name: Test Rust backend
working-directory: src-tauri
run: cargo test --all-targets --target ${{ matrix.target }}