summaryrefslogtreecommitdiff
path: root/.github/workflows/build-all-versions.yml
diff options
context:
space:
mode:
authorInari Listenmaa <inari.listenmaa@gmail.com>2023-09-25 17:29:50 +0200
committerGitHub <noreply@github.com>2023-09-25 17:29:50 +0200
commit7d9015e2e159b376cf2ba8332093c9623375557e (patch)
tree808be3297a56011a967153c608a329db31c3d669 /.github/workflows/build-all-versions.yml
parent318b710a14e3bcbfb8386e4e357d4ed64b1a0ae1 (diff)
parentcf1ef40789fc6761e46ecac1215cdb018972f2ae (diff)
Merge pull request #161 from anka-213/indent-errors
Indent each line of error messages
Diffstat (limited to '.github/workflows/build-all-versions.yml')
-rw-r--r--.github/workflows/build-all-versions.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build-all-versions.yml b/.github/workflows/build-all-versions.yml
index f6f1b82a7..2bd856b7c 100644
--- a/.github/workflows/build-all-versions.yml
+++ b/.github/workflows/build-all-versions.yml
@@ -95,8 +95,7 @@ jobs:
- name: Build
run: |
- stack build --system-ghc --stack-yaml stack-ghc${{ matrix.ghc }}.yaml
- # stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks
+ stack build --test --no-run-tests --system-ghc --stack-yaml stack-ghc${{ matrix.ghc }}.yaml
- name: Test
run: |