From 36212c8767acf5251a059edcde2513ff3b0a8331 Mon Sep 17 00:00:00 2001 From: jstilley Date: Wed, 15 May 2024 08:56:50 -0700 Subject: [PATCH] Okay then, fine. Which test? --- .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 d7249e417..94050c8c8 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/test_databaseInterface.py::TestDatabaseInterface + pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestDatabaseInterface::test_interactBOL - 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 636378a49..5b18938b2 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/db/tests/test_databaseInterface.py::TestDatabaseInterface + pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestDatabaseInterface::test_interactEveryNodeReturn - 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 d05c11692..441cc4b54 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/db/tests/test_databaseInterface.py::TestDatabaseInterface + pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestDatabaseInterface::test_timeNodeLoop_tightCoupling - name: Find Test Crumbs run: python .github/workflows/find_test_crumbs.py