ci: remove unit tests from circleCI

Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
This commit is contained in:
Andrea Terzolo
2023-02-09 16:21:06 +01:00
committed by poiana
parent af9fbbcdc6
commit 0d62fb9133
3 changed files with 1 additions and 9 deletions

View File

@@ -29,8 +29,7 @@ RUN source scl_source enable devtoolset-9; \
make falco -j${MAKE_JOBS}
RUN make package
# We need `make tests` and `make all` for integration tests.
RUN make tests -j${MAKE_JOBS}
# We need `make all` for integration tests.
RUN make all -j${MAKE_JOBS}
FROM scratch AS export-stage