File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
- name : Run Unit Tests on Windows
25
25
run : |
26
26
pip install -e .[memprof,mpi,test]
27
- pytest armi/cases/
27
+ pytest armi/bookkeeping/tests
28
28
- name : Find Test Crumbs
29
29
run : python .github/workflows/find_test_crumbs.py
Original file line number Diff line number Diff line change 24
24
- name : Run Unit Tests on Windows
25
25
run : |
26
26
pip install -e .[memprof,mpi,test]
27
- pytest armi/bookkeeping
27
+ pytest armi/bookkeeping/report
28
28
- name : Find Test Crumbs
29
29
run : python .github/workflows/find_test_crumbs.py
Original file line number Diff line number Diff line change 24
24
- name : Run Unit Tests on Windows
25
25
run : |
26
26
pip install -e .[memprof,mpi,test]
27
- pytest armi/cli
27
+ pytest armi/bookkeeping/visualization
28
28
- name : Find Test Crumbs
29
29
run : python .github/workflows/find_test_crumbs.py
You can’t perform that action at this time.
0 commit comments