From 8887ed21f921462e046cbe3e04049a4b99600cc4 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Wed, 12 Apr 2023 14:36:28 +0100 Subject: [PATCH] Add submodule for conformance tests Eventually we'll be able to change the branch to main Signed-off-by: Jon Skeet --- .gitmodules | 4 ++++ conformance | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 conformance diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..abe6797 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "conformance"] + path = conformance + url = https://github.com/cloudevents/conformance.git + branch = format-tests diff --git a/conformance b/conformance new file mode 160000 index 0000000..c5bcce2 --- /dev/null +++ b/conformance @@ -0,0 +1 @@ +Subproject commit c5bcce28fa078aeef41e5b1998a7c01270d62d35