summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorInari Listenmaa <inari.listenmaa@gmail.com>2021-06-18 05:27:38 +0200
committerGitHub <noreply@github.com>2021-06-18 05:27:38 +0200
commit5a53a3824730d42d148fa840f6c821786dfa7c53 (patch)
treefdafa475aee0377593f3e5e3f88b54af09e89a4c /.github/workflows
parenta7ab610f95563ee666f18480c613a912576dfcea (diff)
parent02671cafd0049f0793206a7d13c47a74e89ae2e8 (diff)
Merge pull request #114 from 1Regina/fix-tests
Fix tests
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-all-versions.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build-all-versions.yml b/.github/workflows/build-all-versions.yml
index 46bd05b23..fca637189 100644
--- a/.github/workflows/build-all-versions.yml
+++ b/.github/workflows/build-all-versions.yml
@@ -90,6 +90,6 @@ jobs:
stack build --system-ghc --stack-yaml stack-ghc${{ matrix.ghc }}.yaml
# stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks
- # - name: Test
- # run: |
- # stack test --system-ghc
+ - name: Test
+ run: |
+ stack test --system-ghc --stack-yaml stack-ghc${{ matrix.ghc }}.yaml