Skip to content

Commit

Permalink
use alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Apr 11, 2019
1 parent 46d6432 commit 008b28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ defaults:
run:
name: "Run evm2wasm state tests (using runevm contract)"
command: |
curl -o /tmp/runevm.wasm -L https://github.com/axic/runevm/releases/download/prototype/runevm.wasm
curl -o /tmp/runevm.wasm -L https://github.com/axic/runevm/releases/download/0.1.0-alpha1/runevm.wasm
#test "$(shasum /tmp/runevm.wasm)" = "598f87f072f66e2269dd6919292b2934dbb20492 /tmp/runevm.wasm"
testeth --version
testeth -t GeneralStateTests/stExample -- --testpath tests --vm ~/build/src/libhera.so --singlenet Byzantium --singletest "add11" --evmc evm1mode=evm2wasm --evmc sys:evm2wasm=/tmp/runevm.wasm
Expand Down

0 comments on commit 008b28b

Please sign in to comment.