experimental-cli/tests.sh

5 lines
37 B
Bash
Raw Normal View History

2020-09-10 12:33:41 +00:00
#!/bin/sh
cd project
go test -v
cd -