mirror of
https://github.com/aelve/guide.git
synced 2024-11-22 11:33:34 +03:00
Test database loading with the same resolver
This commit is contained in:
parent
5d19c77a97
commit
821f15baab
@ -44,7 +44,7 @@ before_script:
|
||||
|
||||
script:
|
||||
- stack $ARGS --no-terminal --install-ghc build --test
|
||||
- scripts/test-official.sh
|
||||
- scripts/test-official.sh $ARGS
|
||||
|
||||
notifications:
|
||||
slack:
|
||||
|
@ -16,7 +16,7 @@ git status
|
||||
ls
|
||||
cd ..
|
||||
|
||||
stack build
|
||||
stack build $@
|
||||
stack exec guide -- --dry-run
|
||||
|
||||
rm -rf state
|
||||
|
Loading…
Reference in New Issue
Block a user