mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
Enable tests in github actions
This commit is contained in:
12
.github/workflows/build-all-versions.yml
vendored
12
.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 }}
|
||||||
@@ -90,6 +90,6 @@ jobs:
|
|||||||
stack build --system-ghc --stack-yaml stack-ghc${{ matrix.ghc }}.yaml
|
stack build --system-ghc --stack-yaml stack-ghc${{ matrix.ghc }}.yaml
|
||||||
# stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks
|
# stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks
|
||||||
|
|
||||||
# - name: Test
|
- name: Test
|
||||||
# run: |
|
run: |
|
||||||
# stack test --system-ghc
|
stack test --system-ghc --stack-yaml stack-ghc${{ matrix.ghc }}.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user