From 8979aaf6cb02b08905dd893c2753d31f4b27f5ea Mon Sep 17 00:00:00 2001 From: jstilley Date: Tue, 14 May 2024 10:55:21 -0700 Subject: [PATCH] Okay, can I find a failing test at all? --- .github/workflows/wintests.yaml | 2 +- .github/workflows/wintests2.yaml | 2 +- .github/workflows/wintests3.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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