【发布时间】:2017-08-18 17:20:23
【问题描述】:
我做了一个非常简单的项目,但测试套件失败了 https://github.com/k-bx/noruntests-play
现在,当我运行 stack --test --no-run-tests build 时,我希望它能够构建项目,但不会运行测试。相反,它运行测试:
➜ noruntests-play git:(master) stack --test --no-run-tests build
noruntests-play-0.1.0.0: test (suite: test)
test: error
CallStack (from HasCallStack):
error, called at tests/Tests.hs:4:8 in main:Main
Test suite failure for package noruntests-play-0.1.0.0
test: exited with: ExitFailure 1
Logs printed to console
我在这里做错了什么?谢谢!
【问题讨论】:
标签: haskell command-line-arguments haskell-stack build-tools