File tree 3 files changed +3
-3
lines changed
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/bookkeeping/db/tests/test_databaseInterface.py::TestStandardFollowOn
27
+ pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestStandardFollowOn
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/db/tests/test_databaseInterface.py::TestDatabaseReading
27
+ pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestDatabaseReading
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/db/tests/test_databaseInterface.py::TestDatabaseWriter
27
+ pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestDatabaseWriter
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