Skip to content

Commit

Permalink
dev(hansbug): add unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed Jul 20, 2024
1 parent 425153e commit f0fa83d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,12 @@ jobs:
tree .
cloc hbutils
cloc test
- name: Before Run Unittest
shell: bash
run: |
ls -al dist
python -c "import shutil;print(shutil.which('git_lfs', path='dist'))"
python -c "import shutil;print(shutil.which('git_raw', path='dist'))"
- name: Run unittest
env:
CI: 'true'
Expand Down

0 comments on commit f0fa83d

Please sign in to comment.