parent
4887bc19fe
commit
56d1e348c3
@ -37,12 +37,11 @@ install:
|
||||
- psql -c "CREATE USER esqutest WITH PASSWORD 'esqutest';" -U postgres
|
||||
- createdb -O esqutest esqutest
|
||||
- mysql -e 'CREATE DATABASE esqutest;'
|
||||
- stack setup
|
||||
|
||||
script:
|
||||
- stack setup
|
||||
- stack update
|
||||
- stack build
|
||||
- stack test
|
||||
- stack build --fast $(if [[ $GHCVER == "nightly" ]]; then echo "--resolver nightly"; fi)
|
||||
- stack test --fast $(if [[ $GHCVER == "nightly" ]]; then echo "--resolver nightly"; fi)
|
||||
- cd test/expected-compile-failures/
|
||||
- bash test.sh
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
resolver: nightly-2020-01-24
|
||||
resolver: nightly-2020-09-20
|
||||
packages:
|
||||
- '.'
|
||||
- 'examples'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user