From e2edc86dfc96f558c523f0f14ae80494cc27efc4 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 8 Aug 2019 13:21:04 +0200 Subject: [PATCH] circleci: test rust example vm with evmc-example --- circle.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/circle.yml b/circle.yml index a778dfd..87b8bff 100644 --- a/circle.yml +++ b/circle.yml @@ -50,6 +50,7 @@ commands: root: ~/build paths: - test/evmc-vmtester + - examples/evmc-example jobs: @@ -197,6 +198,7 @@ jobs: name: Test with evmc-vmtester command: | ~/build/test/evmc-vmtester target/debug/libexamplerustvm.so + ~/build/examples/evmc-example target/debug/libexamplerustvm.so bindings-rust-asan-combined: docker: @@ -224,6 +226,7 @@ jobs: name: Test with evmc-vmtester command: | ~/build/test/evmc-vmtester target/x86_64-unknown-linux-gnu/debug/libexamplerustvm.so + ~/build/examples/evmc-example target/x86_64-unknown-linux-gnu/debug/libexamplerustvm.so workflows: version: 2