Skip to content

Commit d6ba929

Browse files
committed
Update license test
1 parent a66c06c commit d6ba929

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

necessist/tests/ci.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,10 @@ fn hack_feature_powerset_udeps() {
134134

135135
#[test]
136136
fn license() {
137-
let re =
138-
Regex::new(r"^[^:]*\b(Apache-2.0|0BSD|BSD-\d-Clause|CC0-1.0|MIT|MPL-2\.0|Unicode-3.0)\b")
139-
.unwrap();
137+
let re = Regex::new(
138+
r"^[^:]*\b(Apache-2.0|0BSD|BSD-\d-Clause|CC0-1.0|MIT|MPL-2\.0|Unicode-3.0|Zlib)\b",
139+
)
140+
.unwrap();
140141

141142
for line in std::str::from_utf8(
142143
&Command::new("cargo")

0 commit comments

Comments
 (0)