Skip to content

Commit

Permalink
duration, paralelisation
Browse files Browse the repository at this point in the history
  • Loading branch information
kokes committed Jul 29, 2024
1 parent c2295a7 commit 3f4c75d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ on:
branches:
- main
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 5
timeout-minutes: 10
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest']
Expand All @@ -31,4 +34,4 @@ jobs:
python3 -m pytest -v data
- name: pytest (main)
run: |
python3 -m pytest -v -n 5 --durations=5 main_test.py
python3 -m pytest -v -n 4 --durations=5 main_test.py

0 comments on commit 3f4c75d

Please sign in to comment.