Skip to content

Commit d1cd7fe

Browse files
committed
Run canary conformance tests.
Signed-off-by: Ryan Levick <[email protected]>
1 parent 340653b commit d1cd7fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/conformance-tests/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fn main() {
33
.nth(1)
44
.expect("expected first argument to be path to spin binary")
55
.into();
6-
conformance_tests::run_tests("v0.1.0", move |test| {
6+
conformance_tests::run_tests("canary", move |test| {
77
conformance::run_test(test, &spin_binary)
88
})
99
.unwrap();

tests/runtime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mod runtime_tests {
2828

2929
#[test]
3030
fn conformance_tests() {
31-
conformance_tests::run_tests("v0.1.0", move |test| {
31+
conformance_tests::run_tests("canary", move |test| {
3232
conformance::run_test(test, &spin_binary())
3333
})
3434
.unwrap();

0 commit comments

Comments
 (0)