summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
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 fde8b2157..fca637189 100644
--- a/.github/workflows/build-all-versions.yml
+++ b/.github/workflows/build-all-versions.yml
@@ -56,9 +56,9 @@ jobs:
cabal configure --enable-tests --enable-benchmarks --test-show-details=direct
cabal build all
- - name: Test
- run: |
- cabal test all
+ # - name: Test
+ # run: |
+ # cabal test all
stack:
name: stack / ghc ${{ matrix.ghc }}