Skip to content

Commit

Permalink
use pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Jul 8, 2024
1 parent 0d56d4a commit 233a327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Test Olah
run: |
cd ${{ github.workspace }}
python -m unittest discover tests
python -m pytest tests
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Test Olah
run: |
cd ${{ github.workspace }}
python -m unittest discover tests
python -m pytest tests
- name: Build Olah
run: |
Expand Down

0 comments on commit 233a327

Please sign in to comment.