Skip to content

Commit

Permalink
Merge pull request #220 from tfausak/fix-docker-build
Browse files Browse the repository at this point in the history
Fix Docker build
  • Loading branch information
tfausak authored Mar 5, 2021
2 parents 8d93d3e + c04034f commit d60242f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- run: cabal build

- run: cabal test --test-show-details direct
- run: cabal test

- run: cabal check

Expand All @@ -84,6 +84,8 @@ jobs:
if: github.event_name == 'release'
runs-on: ubuntu-20.04
steps:

- uses: actions/checkout@v2

- uses: actions/download-artifact@v2

Expand Down
4 changes: 4 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
jobs: $ncpus
packages: .
test-show-details: direct
tests: True

0 comments on commit d60242f

Please sign in to comment.