Skip to content

Commit

Permalink
add cd to regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhamv committed Nov 30, 2023
1 parent 0682fc7 commit 92c33df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,15 @@ jobs:
python run.py
- name: Regression Test - MPI
run: |
cd test/regression
python run.py --mpiexec=4 --skip=iqmc*
- name: Regression Test - Numba
run: |
cd test/regression
python run.py --mode=numba
- name: Regression Test - Numba and MPI
run: |
cd test/regression
python run.py --mode=numba --mpiexec=4 --skip=iqmc*
# TODO: Performance test
# TODO: GPU test

0 comments on commit 92c33df

Please sign in to comment.