Skip to content

Commit

Permalink
fix: lottery ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yxq authored and vipwzw committed Sep 15, 2021
1 parent edca464 commit 8941c81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ deploy: false
test_script:
- build.bat
# - for /f "" %%G in ('go list github.com/33cn/plugin/...') do ( go test %%G & IF ERRORLEVEL == 1 EXIT 1)

4 changes: 2 additions & 2 deletions plugin/dapp/lottery/cmd/test/test-rpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ lottExecAddr=""
luckyNumber=""

#设置较小可能导致投注交易执行失败
purNum=300
drawNum=320
purNum=500
drawNum=520
opRatio=5
devRatio=5

Expand Down

0 comments on commit 8941c81

Please sign in to comment.