1
0
forked from GitHub/gf-core

Do not run lpgf tests in CI, since they require RGL

This commit is contained in:
John J. Camilleri
2021-07-08 13:45:26 +02:00
parent 89a01d81cc
commit d6e26e0577

View File

@@ -54,11 +54,11 @@ jobs:
- name: Build
run: |
cabal configure --enable-tests --test-show-details=direct
cabal build all
cabal build
# - name: Test
# run: |
# cabal test all
- name: Test
run: |
cabal test gf-tests
stack:
name: stack / ghc ${{ matrix.ghc }}
@@ -91,4 +91,4 @@ jobs:
- name: Test
run: |
stack test --system-ghc --stack-yaml stack-ghc${{ matrix.ghc }}.yaml
stack test --system-ghc --stack-yaml stack-ghc${{ matrix.ghc }}.yaml gf:test:gf-tests