Spaces:
AIR-Bench
/
Running on CPU Upgrade

nan commited on
Commit
6b461df
·
1 Parent(s): f997dd6

feat: update makefile

Browse files
Files changed (1) hide show
  1. Makefile +4 -0
Makefile CHANGED
@@ -11,3 +11,7 @@ quality:
11
  python -m black --check --line-length 119 .
12
  python -m isort --check-only .
13
  ruff check .
 
 
 
 
 
11
  python -m black --check --line-length 119 .
12
  python -m isort --check-only .
13
  ruff check .
14
+
15
+
16
+ test:
17
+ python -m pytest tests