experimental-cli/tests.sh

7 lines
93 B
Bash
Executable File

#!/bin/sh
cd project
rm -rf testdata
mkdir testdata
PIGEON_PATH="./testdata" go test -v
cd -