Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
ailrst committed Aug 7, 2023
1 parent 4c27388 commit eae7574
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/run-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Test Run
- name: Test Lift Aslp
run: ./liftasli.sh examples/arrays/arrays.c /test.adt /test.relf

- name: Test Lift
run: ./lift.sh examples/arrays/arrays.c /test.adt /test.relf

- name: Test run
run: ./run_c.sh examples/arrays/arrays/arrays.c test.bpl


0 comments on commit eae7574

Please sign in to comment.