Skip to content

Commit

Permalink
tests: update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
onjin committed Oct 3, 2024
1 parent ac50aad commit 77da334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
run: hatch run lint:style

- name: Run tests
run: hatch run all:test
run: hatch test --python ${{ matrix.python-version }} --randomize --parallel --retries 5 --retry-delay 3

0 comments on commit 77da334

Please sign in to comment.