From 7646fc74fc8796c3a481bdda22c6e2177c233f74 Mon Sep 17 00:00:00 2001 From: jstilley Date: Tue, 14 May 2024 11:25:06 -0700 Subject: [PATCH] Closing in... --- .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 18c3919eb..8563094a2 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 44d571a8a..f1f379f6b 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 051a3e247..68ae5ca3e 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