1
1
mirror of https://github.com/juspay/jrec.git synced 2024-08-15 05:10:28 +03:00
jrec/bin/test
2023-03-12 20:52:24 -04:00

6 lines
195 B
Bash
Executable File

#!/usr/bin/env bash
set -xe
# NOTE: ghcid should be run with -W to allow warnings from should-not-typecheck
nix develop -c sh -c "ghcid $* -W -c 'cabal new-repl test:jrec-test' -T \":main $*\""