forked from GitHub/gf-core
Disable cabal tests
The test suite isn't currently able to find the gf executable on cabal
This commit is contained in:
6
.github/workflows/build-all-versions.yml
vendored
6
.github/workflows/build-all-versions.yml
vendored
@@ -56,9 +56,9 @@ jobs:
|
|||||||
cabal configure --enable-tests --enable-benchmarks --test-show-details=direct
|
cabal configure --enable-tests --enable-benchmarks --test-show-details=direct
|
||||||
cabal build all
|
cabal build all
|
||||||
|
|
||||||
- name: Test
|
# - name: Test
|
||||||
run: |
|
# run: |
|
||||||
cabal test all
|
# cabal test all
|
||||||
|
|
||||||
stack:
|
stack:
|
||||||
name: stack / ghc ${{ matrix.ghc }}
|
name: stack / ghc ${{ matrix.ghc }}
|
||||||
|
|||||||
Reference in New Issue
Block a user