feat: end to end compilation and execution

This commit is contained in:
youben11
2021-08-17 14:43:01 +01:00
committed by Ayoub Benaissa
parent 4e40982f5a
commit 788e94bfa3
8 changed files with 96 additions and 20 deletions

View File

@@ -60,6 +60,9 @@ jobs:
- name: PyTest
id: pytest
if: ${{ steps.conformance.outcome == 'success' && !cancelled() }}
env:
# TODO: remove this when concrete is statically linked with compiler
LD_PRELOAD: /concrete/target/release/libconcrete_ffi.so
run: |
make pytest
- name: Notebooks