mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-27 19:17:13 +00:00
fix(ci): isolate backend tests from engine staging
This commit is contained in:
@@ -63,10 +63,10 @@ jobs:
|
|||||||
- name: Provision locked engines
|
- name: Provision locked engines
|
||||||
if: runner.os != 'macOS'
|
if: runner.os != 'macOS'
|
||||||
run: node scripts/provision-engines.js --target ${{ matrix.target }}
|
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
|
- name: Stage and verify engines
|
||||||
run: |
|
run: |
|
||||||
node scripts/stage-engines.js --target ${{ matrix.target }}
|
node scripts/stage-engines.js --target ${{ matrix.target }}
|
||||||
node scripts/verify-binaries.js --staged --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 }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user