circleci: split tests within rust

This commit is contained in:
Alex Beregszaszi 2019-08-08 21:43:04 +02:00
parent e2ebfbae77
commit af051ca93e
1 changed files with 6 additions and 0 deletions

View File

@ -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: