mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 00:23:08 +00:00
Improve CI on osx.
Former-commit-id: 83c49ae5730cc376a6a1f9a2ae3fdc7e0a7586f5
This commit is contained in:
parent
bffc8b4a61
commit
248ef257eb
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ jobs:
|
|||
mkdir -p ~/.local/bin
|
||||
curl -skL https://get.haskellstack.org/stable/osx-x86_64.tar.gz | tar xz --strip-components=1 --include '*/stack' -C ~/.local/bin;
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
# Check if the cache has been corrupted. Delete it if it has.
|
||||
stack exec ghc -- --version || rm -fr $(STACK_ROOT)
|
||||
|
||||
stack --install-ghc test $ARGS --flag reanimate:test --only-dependencies
|
||||
stack ./examples/counter.hs check
|
||||
stack test --flag reanimate:test --test-arguments="-j2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue