diff --git a/circle.yml b/circle.yml index 4a18274..4d12cd0 100644 --- a/circle.yml +++ b/circle.yml @@ -199,6 +199,9 @@ jobs: name: Test with evmc-vmtester command: | ~/build/test/evmc-vmtester target/debug/libexamplerustvm.so + - run: + name: Test with evmc-example + command: | ~/build/examples/evmc-example target/debug/libexamplerustvm.so bindings-rust-asan-combined: @@ -227,6 +230,9 @@ jobs: name: Test with evmc-vmtester command: | ~/build/test/evmc-vmtester target/x86_64-unknown-linux-gnu/debug/libexamplerustvm.so + - run: + name: Test with evmc-example + command: | ~/build/examples/evmc-example target/x86_64-unknown-linux-gnu/debug/libexamplerustvm.so workflows: