Skip to content

Commit 7ea03d4

Browse files
authored
Update cel-spec and enable optional_type conformance tests (#919)
Signed-off-by: Justin King <[email protected]>
1 parent 6305c71 commit 7ea03d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ go_repository(
119119
# CEL Spec deps
120120
go_repository(
121121
name = "com_google_cel_spec",
122-
commit = "910da5b5d08378a9a1f3ea3ba1979e16e6c6dbc1", # v 0.14.0
122+
commit = "1bc3fb168317fa77d1227c52d0becbf2d358c023",
123123
importpath = "github.com/google/cel-spec",
124124
)
125125

conformance/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ALL_TESTS = [
1111
"@com_google_cel_spec//tests/simple:testdata/logic.textproto",
1212
"@com_google_cel_spec//tests/simple:testdata/macros.textproto",
1313
"@com_google_cel_spec//tests/simple:testdata/namespace.textproto",
14+
"@com_google_cel_spec//tests/simple:testdata/optionals.textproto",
1415
"@com_google_cel_spec//tests/simple:testdata/parse.textproto",
1516
"@com_google_cel_spec//tests/simple:testdata/plumbing.textproto",
1617
"@com_google_cel_spec//tests/simple:testdata/proto2.textproto",

0 commit comments

Comments
 (0)