Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Nov 17, 2021
1 parent 3438be3 commit d1fbb73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
name: Compile
command : |
stack --no-terminal build -j2 liquid-fixpoint --flag liquid-fixpoint:devel --test --no-run-tests
- run:
name: Test tests/horn/pos/ple0.smt2
command : |
stack --no-terminal exec fixpoint -- tests/horn/pos/ple0.smt2
- run:
name: Test
command: |
Expand Down

0 comments on commit d1fbb73

Please sign in to comment.