Signed-off-by: Dumitru Ceara <[email protected]>
---
.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