mirror of
https://github.com/GaloisInc/what4.git
synced 2024-12-01 20:23:10 +03:00
Added cabal check to github actions.
This commit is contained in:
parent
8fe02d35cb
commit
664f39cfb1
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -75,6 +75,13 @@ jobs:
|
||||
(cd what4-abc; with_ghc ghc -o $(setup_bin) $(setup_src) && ./$(setup_bin) clean)
|
||||
(cd what4-blt; with_ghc ghc -o $(setup_bin) $(setup_src) && ./$(setup_bin) clean)
|
||||
|
||||
- name: Cabal check
|
||||
shell: bash
|
||||
run: |
|
||||
(cd what4; $NS 'cabal check')
|
||||
(cd what4-abc; $NS 'cabal check')
|
||||
(cd what4-blt; $NS 'cabal check')
|
||||
|
||||
- name: Cabal configure
|
||||
shell: bash
|
||||
# Note: the explicit LD_LIBRARY_PATH is needed for GHC 8.6.5
|
||||
|
Loading…
Reference in New Issue
Block a user