Skip to content

Commit

Permalink
ci: run vectors test when compiling crypto backends.
Browse files Browse the repository at this point in the history
This should cost only few seconds but will verify
basic crypto backend operations as we do not run full testsuite
with all backends.
  • Loading branch information
mbroz committed Oct 4, 2024
1 parent 8ad2854 commit d35fb1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab/ci/compilation-clang.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ test-scan-build-backends:
- make clean
- scan-build${COMPILER_VERSION:+-$COMPILER_VERSION} --status-bugs -maxloop 10 make -j
- scan-build${COMPILER_VERSION:+-$COMPILER_VERSION} --status-bugs -maxloop 10 make -j check-programs
- ./tests/vectors-test
1 change: 1 addition & 0 deletions .gitlab/ci/compilation-gcc.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ test-gcc-fanalyzer-backends:
- ./configure CFLAGS="-Wall -Werror -g -O0 -fanalyzer -fdiagnostics-path-format=separate-events" --host=x86_64 --with-crypto_backend=$BACKENDS
- make -j
- make -j check-programs
- ./tests/vectors-test

0 comments on commit d35fb1e

Please sign in to comment.