unison/scripts/check.sh
2021-12-17 15:10:06 -05:00

12 lines
348 B
Bash
Executable File

#!/bin/bash
# eventually: ormolu -c `find . -name '*.hs'`
true \
&& stack build --fast --no-run-tests --test \
&& stack test unison-cli \
&& stack exec tests \
&& stack test unison-util-relation \
&& stack exec transcripts \
&& stack exec unison transcript unison-src/transcripts-round-trip/main.md \
&& stack exec integration-tests