Skip to content

Commit

Permalink
circleci: split tests within rust
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Aug 8, 2019
1 parent e2ebfba commit af051ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit af051ca

Please sign in to comment.