Files
cgrates/test.sh
2019-09-04 16:22:08 +02:00

5 lines
52 B
Bash
Executable File

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