Skip to content

Commit

Permalink
Copy pasta again.
Browse files Browse the repository at this point in the history
  • Loading branch information
robrix committed Mar 4, 2024
1 parent 9f4226f commit 68a54e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ jobs:
- name: Build & test
run: |
cabal v2-build --project-file=cabal.project.ci all
cabal v2-run --project-file=cabal.project.ci fresnel:test
cabal v2-run --project-file=cabal.project.ci semilattices:doctests
cabal v2-haddock --project-file=cabal.project.ci all
cabal v2-sdist --project-file=cabal.project.ci all
cd fresnel && cabal check ; cd ..
cd fresnel-diagram && cabal check ; cd ..
cabal check

0 comments on commit 68a54e7

Please sign in to comment.