Spaces:
Sleeping
Sleeping
akhil-vaidya
commited on
Commit
•
f153665
1
Parent(s):
ef9e5b4
added automated testing
Browse files
.github/workflows/main.yml
CHANGED
@@ -15,7 +15,7 @@ jobs:
|
|
15 |
fetch-depth: 0
|
16 |
lfs: true
|
17 |
- name: Testing
|
18 |
-
run:
|
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 }}
|