Skip to content

Commit

Permalink
Which class, part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed May 15, 2024
1 parent 19926ff commit ade102e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wintests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Run Unit Tests on Windows
run: |
pip install -e .[memprof,mpi,test]
pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestStandardFollowOn
pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestDatabaseInterface
- name: Find Test Crumbs
run: python .github/workflows/find_test_crumbs.py
2 changes: 1 addition & 1 deletion .github/workflows/wintests2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Run Unit Tests on Windows
run: |
pip install -e .[memprof,mpi,test]
pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestDatabaseReading
pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestBadName
- name: Find Test Crumbs
run: python .github/workflows/find_test_crumbs.py

0 comments on commit ade102e

Please sign in to comment.