mirror of
https://github.com/git/git
synced 2024-11-05 01:58:18 +00:00
gitlab-ci: add smoke test for fuzzers
Our GitLab CI setup has a test gap where the fuzzers aren't exercised at all. Add a smoke test, similar to the one we have in GitHub Workflows. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
786a3e4b8d
commit
c7b228e000
1 changed files with 9 additions and 0 deletions
|
@ -93,6 +93,15 @@ test:osx:
|
|||
- t/failed-test-artifacts
|
||||
when: on_failure
|
||||
|
||||
test:fuzz-smoke-tests:
|
||||
image: ubuntu:latest
|
||||
variables:
|
||||
CC: clang
|
||||
before_script:
|
||||
- ./ci/install-docker-dependencies.sh
|
||||
script:
|
||||
- ./ci/run-build-and-minimal-fuzzers.sh
|
||||
|
||||
static-analysis:
|
||||
image: ubuntu:22.04
|
||||
variables:
|
||||
|
|
Loading…
Reference in a new issue