summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndreas Källberg <anka.213@gmail.com>2021-06-17 20:20:18 +0800
committerAndreas Källberg <anka.213@gmail.com>2021-06-17 20:20:18 +0800
commit02671cafd0049f0793206a7d13c47a74e89ae2e8 (patch)
treefdafa475aee0377593f3e5e3f88b54af09e89a4c /.github
parent0a18688788f300a8a305114e69bde84bdaf1ea8e (diff)
Disable cabal tests
The test suite isn't currently able to find the gf executable on cabal
Diffstat (limited to '.github')
-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 }}