Separate test-linux from build-linux/cuda in GitHub Actions (#2765)

* Separate test-linux from build-linux/cuda in GitHub Actions

* Prefer unittest when possible

Co-authored-by: Mike Drob <mdrob@apache.org>

---------

Co-authored-by: Mike Drob <mdrob@apache.org>
This commit is contained in:
Cheng
2025-11-15 11:14:09 +09:00
committed by GitHub
parent 27ff069175
commit 3c622ddd1d
6 changed files with 71 additions and 35 deletions

View File

@@ -46,7 +46,6 @@ runs:
pip install --upgrade pip cmake
- name: Install MPI
if: inputs.runner-type == 'linux'
shell: bash
run: sudo apt-get install -y openmpi-bin openmpi-common libopenmpi-dev