Skip to content

Commit

Permalink
ci: enable performance test
Browse files Browse the repository at this point in the history
  • Loading branch information
necusjz committed Dec 15, 2023
1 parent 329e2b3 commit df3d48b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
fail-fast: false
matrix:
python: ["3.8", "3.10"]
task:
- name: Test
run: |
pytest -s -v --color=yes tests/
include:
- python: "3.10"
Expand Down

0 comments on commit df3d48b

Please sign in to comment.