forked from GitHub/gf-core
Do not run lpgf tests in CI, since they require RGL
This commit is contained in:
10
.github/workflows/build-all-versions.yml
vendored
10
.github/workflows/build-all-versions.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user