mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-09 07:03:11 +00:00
3 lines
82 B
Shell
Executable file
3 lines
82 B
Shell
Executable file
#!/usr/bin/env sh
|
|
set -x
|
|
stack test --test-arguments="--rerun -j 4 $@" --pedantic
|