Skip to content

Commit

Permalink
Seeing if I can find a single file
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed May 14, 2024
1 parent 0e79606 commit 8cc962c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wintests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ARMI Windows Reactor tests
name: ARMI Windows 1 tests

on:
push:
Expand All @@ -24,6 +24,6 @@ jobs:
- name: Run Unit Tests on Windows
run: |
pip install -e .[memprof,mpi,test]
pytest armi/reactor
pytest armi/physics/fuelCycle
- name: Find Test Crumbs
run: python .github/workflows/find_test_crumbs.py
4 changes: 2 additions & 2 deletions .github/workflows/wintests2.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ARMI Windows Physics tests
name: ARMI Windows 2 tests

on:
push:
Expand All @@ -24,6 +24,6 @@ jobs:
- name: Run Unit Tests on Windows
run: |
pip install -e .[memprof,mpi,test]
pytest armi/physics
pytest armi/physics/fuelPerformance
- name: Find Test Crumbs
run: python .github/workflows/find_test_crumbs.py
4 changes: 2 additions & 2 deletions .github/workflows/wintests3.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ARMI Windows tests
name: ARMI Windows 3 tests

on:
push:
Expand All @@ -24,6 +24,6 @@ jobs:
- name: Run Unit Tests on Windows
run: |
pip install -e .[memprof,mpi,test]
pytest armi/tests
pytest armi/physics/neutronics
- name: Find Test Crumbs
run: python .github/workflows/find_test_crumbs.py

0 comments on commit 8cc962c

Please sign in to comment.