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 - name: Build
run: | run: |
cabal configure --enable-tests --test-show-details=direct cabal configure --enable-tests --test-show-details=direct
cabal build all cabal build
# - name: Test - name: Test
# run: | run: |
# cabal test all cabal test gf-tests
stack: stack:
name: stack / ghc ${{ matrix.ghc }} name: stack / ghc ${{ matrix.ghc }}
@@ -91,4 +91,4 @@ jobs:
- name: Test - name: Test
run: | 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