Skip to content

Commit 26c0689

Browse files
committed
Update conformance to include redis tests
Signed-off-by: Ryan Levick <[email protected]>
1 parent 444adba commit 26c0689

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/conformance-tests/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ fn run_test(test: conformance_tests::Test, spin_binary: &std::path::Path) -> any
1919
conformance_tests::config::Precondition::TcpEcho => {
2020
services.push("tcp-echo".into());
2121
}
22+
conformance_tests::config::Precondition::Redis => services.push("redis".into()),
2223
conformance_tests::config::Precondition::KeyValueStore(_) => {}
24+
conformance_tests::config::Precondition::Sqlite => {}
2325
}
2426
}
2527
let env_config = SpinCli::config(

0 commit comments

Comments
 (0)