mirror of
https://github.com/mudler/LocalAI.git
synced 2025-02-16 07:30:17 +00:00
7 lines
79 B
Bash
Executable File
7 lines
79 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
source $(dirname $0)/../common/libbackend.sh
|
|
|
|
runUnittests
|