diff --git a/.github/workflows/wintests.yaml b/.github/workflows/wintests.yaml index 55fc2cb16..53bcd2d3a 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/cases/ + pytest armi/bookkeeping/tests - 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 d640d1521..44d571a8a 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 + pytest armi/bookkeeping/report - 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 907fd4418..051a3e247 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/cli + pytest armi/bookkeeping/visualization - name: Find Test Crumbs run: python .github/workflows/find_test_crumbs.py