5 lines
98 B
Plaintext
5 lines
98 B
Plaintext
echo "Generating the dynamic code"
|
|
go generate
|
|
echo "Running tests"
|
|
go test -coverprofile c.out .
|