Fix azure build warning.

Former-commit-id: c15f371e49e966dc791cce615a792672a6d575d4
This commit is contained in:
David Himmelstrup 2019-11-18 19:44:24 +08:00
commit 84f4430773

View file

@ -75,7 +75,7 @@ jobs:
;;
*)
export PATH=$HOME/.local/bin:$PATH
stack --install-ghc $ARGS test --only-dependencies
stack --install-ghc test $ARGS --only-dependencies
;;
esac
set -ex