diff options
| author | Andreas Källberg <anka.213@gmail.com> | 2021-06-17 16:42:04 +0800 |
|---|---|---|
| committer | Andreas Källberg <anka.213@gmail.com> | 2021-06-17 16:42:04 +0800 |
| commit | 889be1ab8ed6a71feea211ff8ce1ca0ed72d4d0a (patch) | |
| tree | 463b7d06dc5ad83caad830cf4cb33584e7eb2c81 /.github | |
| parent | 65522a63c3d3aaf8e350db514bf9494e545b1c48 (diff) | |
Enable tests in github actions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-all-versions.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/build-all-versions.yml b/.github/workflows/build-all-versions.yml index 46bd05b23..fde8b2157 100644 --- a/.github/workflows/build-all-versions.yml +++ b/.github/workflows/build-all-versions.yml @@ -56,9 +56,9 @@ jobs: cabal configure --enable-tests --enable-benchmarks --test-show-details=direct cabal build all - # - name: Test - # run: | - # cabal test all + - name: Test + run: | + cabal test all stack: 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 --test --bench --no-run-tests --no-run-benchmarks - # - name: Test - # run: | - # stack test --system-ghc + - name: Test + run: | + stack test --system-ghc --stack-yaml stack-ghc${{ matrix.ghc }}.yaml |
