akhil-vaidya commited on
Commit
f153665
1 Parent(s): ef9e5b4

added automated testing

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -1
.github/workflows/main.yml CHANGED
@@ -15,7 +15,7 @@ jobs:
15
  fetch-depth: 0
16
  lfs: true
17
  - name: Testing
18
- run: pip list
19
  - name: Push to hub
20
  env:
21
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
15
  fetch-depth: 0
16
  lfs: true
17
  - name: Testing
18
+ run: python -m unittest unit_tests.py -v
19
  - name: Push to hub
20
  env:
21
  HF_TOKEN: ${{ secrets.HF_TOKEN }}