diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74b6515..7a072ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,12 +60,12 @@ jobs: libdbus-1-dev \ pkg-config - run: npm ci - - 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: Provision locked engines + if: runner.os != 'macOS' + run: node scripts/provision-engines.js --target ${{ matrix.target }} - name: Stage and verify engines run: | node scripts/stage-engines.js --target ${{ matrix.target }}