Files
cgrates/test.sh
2023-06-13 20:14:58 +02:00

5 lines
45 B
Bash
Executable File

#!/bin/bash
./build.sh
go test ./...
exit $?