Skip to content

Commit

Permalink
chore: correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dat Nguyen committed Jan 12, 2024
1 parent 1be9a2c commit 9fb490a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ jobs:
run: |
poetry run poe lint
- name: Test single thread
- name: Test data diff
run: |
# Single thread
poetry run poe data-diff
poetry run poe data-diff-test
# Multi thread
poetry run poe data-diff-async-wait
poetry run poe data-diff-test
env:
Expand Down

0 comments on commit 9fb490a

Please sign in to comment.