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
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user