Skip to content

Commit

Permalink
ci: improve the configuration for better checking and output
Browse files Browse the repository at this point in the history
Also check building, just in case
  • Loading branch information
Arno500 committed Oct 29, 2024
1 parent 817be83 commit d563850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
name: Check if every commit in the PR works
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
for commit in $COMMITS; do
git checkout $commit || exit 1
git show --no-patch --format='Testing commit %h %s'
make check || exit 1
make sync_deps check_ci bundle || exit 1
done
- name: Minimize uv cache
Expand Down

0 comments on commit d563850

Please sign in to comment.