On Fri, Nov 18, 2022 at 10:11 AM Dumitru Ceara <[email protected]> wrote: > > Signed-off-by: Dumitru Ceara <[email protected]>
Acked-by: Numan Siddique <[email protected]> Numan > --- > .github/workflows/test.yml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml > index 88c48dd2c2..818731b535 100644 > --- a/.github/workflows/test.yml > +++ b/.github/workflows/test.yml > @@ -53,6 +53,9 @@ jobs: > - { compiler: gcc, testsuite: system-test, test_range: "-100" } > - { compiler: gcc, testsuite: system-test, test_range: "101-200" } > - { compiler: gcc, testsuite: system-test, test_range: "201-" } > + - { compiler: clang, testsuite: system-test, sanitizers: sanitizers, > test_range: "-100" } > + - { compiler: clang, testsuite: system-test, sanitizers: sanitizers, > test_range: "101-200" } > + - { compiler: clang, testsuite: system-test, sanitizers: sanitizers, > test_range: "201-" } > - { compiler: gcc, m32: m32, opts: --disable-ssl} > > steps: > -- > 2.31.1 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
