experimental-cli/tests.sh

5 lines
62 B
Bash
Executable File

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