mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
ci: --pedantic is too much for now
This commit is contained in:
parent
08cfcc4f2b
commit
be25c28822
4
.github/workflows/linux-nightly.yml
vendored
4
.github/workflows/linux-nightly.yml
vendored
@ -172,8 +172,8 @@ jobs:
|
||||
|
||||
- name: Build hledger and test unit tests, doc tests
|
||||
run: |
|
||||
stack $ARGS build --pedantic --test --bench
|
||||
# --ghc-options=-Werror --no-terminal # --no-run-benchmarks
|
||||
stack $ARGS build --test --bench --ghc-options=-Werror
|
||||
# --pedantic --no-terminal # --no-run-benchmarks
|
||||
env:
|
||||
ARGS: ${{ matrix.plan.resolver }}
|
||||
|
||||
|
4
.github/workflows/mac-nightly.yml
vendored
4
.github/workflows/mac-nightly.yml
vendored
@ -117,8 +117,8 @@ jobs:
|
||||
|
||||
- name: Build hledger and test unit tests, doc tests
|
||||
run: |
|
||||
stack build --pedantic --test
|
||||
# --ghc-options=-Werror
|
||||
stack build --test --ghc-options=-Werror
|
||||
# --pedantic
|
||||
|
||||
- name: Install shelltestrunner
|
||||
run: |
|
||||
|
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
@ -108,8 +108,8 @@ jobs:
|
||||
|
||||
- name: Build hledger fast
|
||||
run: |
|
||||
stack build --fast --pedantic
|
||||
# --ghc-options=-Werror
|
||||
stack build --fast --ghc-options=-Werror
|
||||
# --pedantic
|
||||
|
||||
- name: Install shelltestrunner
|
||||
run: |
|
||||
|
4
.github/workflows/windows-nightly.yml
vendored
4
.github/workflows/windows-nightly.yml
vendored
@ -139,8 +139,8 @@ jobs:
|
||||
|
||||
- name: Build hledger executables
|
||||
run: |
|
||||
stack --no-terminal install --pedantic
|
||||
# --ghc-options=-Werror
|
||||
stack --no-terminal install --ghc-options=-Werror
|
||||
# --pedantic
|
||||
|
||||
# run hledger-lib/hledger functional tests, skipping the ones for addons
|
||||
#- COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
|
||||
|
@ -27,6 +27,7 @@ import System.Environment
|
||||
import "Glob" System.FilePath.Glob
|
||||
import Test.DocTest
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
args <- getArgs
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user