Skip to content

Commit

Permalink
More ci.yml fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Jun 12, 2020
1 parent 94055f9 commit 8af6869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,11 @@ jobs:
run_metacoin_tests(){
COVERAGE_RCFILE=$GITHUB_WORKSPACE/.coveragerc
ADDITIONAL_ARGS=.
EXPECTED_TX=26
EXPECTED_TX=27
if [ "$1" = "deploy" ]; then
ADDRESS="$(truffle deploy | grep '> contract address:.*' | tail -n 1 | grep -o '0x.*$')"
ADDITIONAL_ARGS="--rpc 127.0.0.1:7545 --txtarget $ADDRESS"
EXPECTED_TX=26
fi
coverage run -p -m manticore --contract MetaCoin --workspace output --exclude-all --evm.oog ignore --evm.txfail optimistic $ADDITIONAL_ARGS
# Truffle smoke test. We test if manticore is able to generate states
Expand Down

0 comments on commit 8af6869

Please sign in to comment.