Skip to content

Commit

Permalink
Check test durations.
Browse files Browse the repository at this point in the history
  • Loading branch information
matham committed Jul 2, 2024
1 parent 145ab63 commit a211d77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
test:
needs: [linting, manifest]
name: Run package tests
timeout-minutes: 60
runs-on: ${{ matrix.os }}
env:
KERAS_BACKEND: torch
Expand Down Expand Up @@ -87,7 +86,6 @@ jobs:
test_numba_disabled:
needs: [linting, manifest]
name: Run tests with numba disabled
timeout-minutes: 60
runs-on: ubuntu-latest
env:
NUMBA_DISABLE_JIT: "1"
Expand Down Expand Up @@ -127,7 +125,6 @@ jobs:
test_brainmapper_cli:
needs: [linting, manifest]
name: Run brainmapper tests to check for breakages
timeout-minutes: 60
runs-on: ubuntu-latest
env:
KERAS_BACKEND: torch
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ python =
3.12: py312
[testenv]
commands = python -m pytest -v --color=yes --cov=cellfinder --cov-report=xml
commands = python -m pytest -v --color=yes --cov=cellfinder --cov-report=xml --durations=0
extras =
dev
napari
Expand Down

0 comments on commit a211d77

Please sign in to comment.