mirror of https://github.com/status-im/evmc.git
circleci: split tests within rust
This commit is contained in:
parent
e2ebfbae77
commit
af051ca93e
|
@ -199,6 +199,9 @@ jobs:
|
||||||
name: Test with evmc-vmtester
|
name: Test with evmc-vmtester
|
||||||
command: |
|
command: |
|
||||||
~/build/test/evmc-vmtester target/debug/libexamplerustvm.so
|
~/build/test/evmc-vmtester target/debug/libexamplerustvm.so
|
||||||
|
- run:
|
||||||
|
name: Test with evmc-example
|
||||||
|
command: |
|
||||||
~/build/examples/evmc-example target/debug/libexamplerustvm.so
|
~/build/examples/evmc-example target/debug/libexamplerustvm.so
|
||||||
|
|
||||||
bindings-rust-asan-combined:
|
bindings-rust-asan-combined:
|
||||||
|
@ -227,6 +230,9 @@ jobs:
|
||||||
name: Test with evmc-vmtester
|
name: Test with evmc-vmtester
|
||||||
command: |
|
command: |
|
||||||
~/build/test/evmc-vmtester target/x86_64-unknown-linux-gnu/debug/libexamplerustvm.so
|
~/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
|
~/build/examples/evmc-example target/x86_64-unknown-linux-gnu/debug/libexamplerustvm.so
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
|
|
Loading…
Reference in New Issue