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