diff --git a/.github/workflows/wintests.yaml b/.github/workflows/wintests.yaml index e884693cd..f28601739 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/physics/fuelPerformance/ + pytest armi/physics/ - 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 41b178188..40bb919fe 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/physics/fuelCycle + pytest armi/reactor - 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 9685c82b1..1aa671eec 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/physics/neutronics + pytest armi/tests - name: Find Test Crumbs run: python .github/workflows/find_test_crumbs.py