We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c61aaf commit 6bb588eCopy full SHA for 6bb588e
.circleci/config.yml
@@ -68,6 +68,8 @@ jobs:
68
# Build with --coverage to ratchet our test coverage.
69
name: Tests
70
command: STACK_YAML=stack-8.2.yaml stack test --skip-ghc-check --no-terminal --pedantic --coverage
71
+ - store_artifacts:
72
+ path: /root/project/.stack-work/install/x86_64-linux/lts-10.4/8.2.2/hpc
73
- run:
74
# There's probably a clever way of separating this from the 8.2 build,
75
# but I can't be bothered figuring that out right now.
0 commit comments