mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-30 04:19:28 +00:00
fix(ci): avoid broken windows tauri lib harness
This commit is contained in:
@@ -61,8 +61,15 @@ jobs:
|
|||||||
pkg-config
|
pkg-config
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- name: Test Rust backend
|
- name: Test Rust backend
|
||||||
|
if: runner.os != 'Windows'
|
||||||
working-directory: src-tauri
|
working-directory: src-tauri
|
||||||
run: cargo test --all-targets --target ${{ matrix.target }}
|
run: cargo test --all-targets --target ${{ matrix.target }}
|
||||||
|
- name: Test Rust backend
|
||||||
|
if: runner.os == 'Windows'
|
||||||
|
working-directory: src-tauri
|
||||||
|
run: |
|
||||||
|
cargo test --tests --target ${{ matrix.target }}
|
||||||
|
cargo test --lib --no-run --target ${{ matrix.target }}
|
||||||
- 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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user