Skip to content

Commit 4209939

Browse files
committed
add testmon adain
1 parent cb11294 commit 4209939

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ jobs:
4949
restore-keys: |
5050
uv-${{ runner.os }}-${{ matrix.python-version }}-
5151
52-
# - name: Cache testmon data
53-
# uses: actions/cache@v4
54-
# with:
55-
# path: .testmondata
56-
# key: testmon-${{ runner.os }}-${{ matrix.python-version }}-${{ github.ref }}
57-
# restore-keys: |
58-
# testmon-${{ runner.os }}-${{ matrix.python-version }}-
52+
- name: Cache testmon data
53+
uses: actions/cache@v4
54+
with:
55+
path: .testmondata
56+
key: testmon-${{ runner.os }}-${{ matrix.python-version }}-${{ github.ref }}
57+
restore-keys: |
58+
testmon-${{ runner.os }}-${{ matrix.python-version }}-
5959
6060
- name: Run the fast CPU tests with coverage
61-
run: uv run pytest -v -n auto -m "not slow and not gpu" --cov=sbi --cov-report=xml tests/
61+
run: uv run pytest --testmon-forceselect -v -n auto -m "not slow and not gpu" --cov=sbi --cov-report=xml tests/
6262

6363
- name: Upload coverage to Codecov
6464
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)