We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340653b commit d1cd7feCopy full SHA for d1cd7fe
tests/conformance-tests/src/main.rs
@@ -3,7 +3,7 @@ fn main() {
3
.nth(1)
4
.expect("expected first argument to be path to spin binary")
5
.into();
6
- conformance_tests::run_tests("v0.1.0", move |test| {
+ conformance_tests::run_tests("canary", move |test| {
7
conformance::run_test(test, &spin_binary)
8
})
9
.unwrap();
tests/runtime.rs
@@ -28,7 +28,7 @@ mod runtime_tests {
28
29
#[test]
30
fn conformance_tests() {
31
32
conformance::run_test(test, &spin_binary())
33
34
0 commit comments