mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
Fix tests in linux ci (GitHub).
This commit is contained in:
@@ -65,9 +65,10 @@ jobs:
|
||||
- name: Build and test
|
||||
run: |
|
||||
export PATH=/opt/cabal/bin:/opt/ghc/bin:$PATH
|
||||
cabal v2-test --enable-tests --run-tests --disable-optimization 2>&1 | tee build.log
|
||||
cabal v2-build --enable-tests --disable-optimization 2>&1 | tee build.log
|
||||
# fail if warnings in local build
|
||||
! grep -q "[Ww]arning:" build.log
|
||||
cabal v2-test
|
||||
|
||||
windows:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user