5 lines
93 B
Bash
Executable File
5 lines
93 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
cd "$(dirname "${BASH_SOURCE[0]}")/.."
|
|
./hs stack test
|