Skip to content

Commit

Permalink
Update ci_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ceodspspectrum authored Apr 7, 2021
1 parent 2764780 commit b7646bd
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,30 @@ jobs:
conda install mpi4py
python setup.py install
- name: Run Tests
- name: Test test_dist_nmf_1d_nnsvd_init
run: |
cd tests && ./test.sh
cd tests && mpirun -n 2 python -m pytest test_dist_nmf_1d_nnsvd_init.py --with-mpi
- name: Test test_dist_nmf_2d
run: |
cd tests && mpirun -n 2 python -m pytest test_dist_nmf_2d.py --with-mpi
- name: Test test_dist_nmf_1d
run: |
cd tests && mpirun -n 2 python -m pytest test_dist_nmf_1d.py --with-mpi
- name: Test test_dist_nnsvd
run: |
cd tests && mpirun -n 2 python -m pytest test_dist_nnsvd.py --with-mpi
- name: Test test_dist_clustering
run: |
cd tests && mpirun -n 2 python -m pytest test_dist_clustering.py --with-mpi
- name: Test test_dist_file_split
run: |
cd tests && mpirun -n 2 python -m pytest test_dist_file_split.py --with-mpi
env:
OMPI_ALLOW_RUN_AS_ROOT: '1'
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: '1'
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: '1'

0 comments on commit b7646bd

Please sign in to comment.