Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ jobs:
- name: Run Functional Tests
run: opam exec -- make check

- name: Run BIL verification tool
run: |
opam install --fake bap
opam pin add bap-veri testsuite/veri/bap-veri/ -n
opam depext bap-veri
opam install bap-veri
opam exec -- make -C testsuite veri

- uses: actions/upload-artifact@v2
if: ${{ always() }}
with:
Expand Down
Loading