mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
5 lines
52 B
Bash
Executable File
5 lines
52 B
Bash
Executable File
#! /usr/bin/env sh
|
|
./build.sh
|
|
go test ./...
|
|
exit $?
|