Skip to content

Commit 9682db2

Browse files
committed
rename
1 parent 964a891 commit 9682db2

9 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: astral-sh/setup-uv@v4
1717
- run: uv sync --extra dev
18-
- run: uv run pytest --cov-report term --cov-report html --cov-report xml --cov=src/libkernelbot -m "not integration" unit-tests -v
18+
- run: uv run pytest --cov-report term --cov-report html --cov-report xml --cov=src/libkernelbot -m "not integration" tests -v
1919
- uses: actions/upload-artifact@v4
2020
with:
2121
name: coverage
@@ -43,4 +43,4 @@ jobs:
4343
- uses: astral-sh/setup-uv@v4
4444
- run: uv sync --extra dev
4545
- run: uv run modal token set --token-id ${MODAL_TOKEN_ID} --token-secret ${MODAL_TOKEN_SECRET}
46-
- run: uv run pytest -m integration -v
46+
- run: uv run pytest -m integration tests -v

0 commit comments

Comments
 (0)