Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit b62a2c6

Browse files
committed
Re-enable rmpv testcase
1 parent c2fa6db commit b62a2c6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/full.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ mod full {
1010
};
1111

1212
fn test_full(crate_name: &str, old_version: &str, new_version: &str, expected_result: bool) {
13-
// FIXME: CI started to fail since 2022-04-25, ignore the rmpv test on CI for now.
14-
if crate_name == "rmpv" && env::var_os("CI").unwrap_or_default() == "true" {
15-
return;
16-
}
17-
1813
// Add target dir to PATH so cargo-semver will call the right rust-semverver
1914
if let Some(path) = env::var_os("PATH") {
2015
let mut paths = env::split_paths(&path).collect::<Vec<_>>();

0 commit comments

Comments
 (0)