diff --git a/.github/workflows/wintests.yaml b/.github/workflows/wintests.yaml index 18c3919eb7..8563094a29 100644 --- a/.github/workflows/wintests.yaml +++ b/.github/workflows/wintests.yaml @@ -24,6 +24,6 @@ jobs: - name: Run Unit Tests on Windows run: | pip install -e .[memprof,mpi,test] - pytest armi/bookkeeping/db/tests/ + pytest armi/bookkeeping/db/tests/test_database3.py - name: Find Test Crumbs run: python .github/workflows/find_test_crumbs.py diff --git a/.github/workflows/wintests2.yaml b/.github/workflows/wintests2.yaml index 44d571a8a5..f1f379f6b7 100644 --- a/.github/workflows/wintests2.yaml +++ b/.github/workflows/wintests2.yaml @@ -24,6 +24,6 @@ jobs: - name: Run Unit Tests on Windows run: | pip install -e .[memprof,mpi,test] - pytest armi/bookkeeping/report + pytest armi/bookkeeping/db/tests/test_layout.py - name: Find Test Crumbs run: python .github/workflows/find_test_crumbs.py diff --git a/.github/workflows/wintests3.yaml b/.github/workflows/wintests3.yaml index 051a3e247b..68ae5ca3e4 100644 --- a/.github/workflows/wintests3.yaml +++ b/.github/workflows/wintests3.yaml @@ -24,6 +24,6 @@ jobs: - name: Run Unit Tests on Windows run: | pip install -e .[memprof,mpi,test] - pytest armi/bookkeeping/visualization + pytest armi/bookkeeping/db/tests/test_comparedb3.py - name: Find Test Crumbs run: python .github/workflows/find_test_crumbs.py