https://github.com/tendermint/tendermint
Raw File
Tip revision: 4e0dad30869933b51ffd2e54d8f751367f8ac228 authored by William Banfield on 01 April 2022, 17:32:11 UTC
stop using %w in testing errors
Tip revision: 4e0dad3
appveyor.yml
version: 1.0.{build}
configuration: Release
platform:
- x64
- x86
clone_folder: c:\go\path\src\github.com\tendermint\tendermint
before_build:
- cmd: set GOPATH=%GOROOT%\path
- cmd: set PATH=%GOPATH%\bin;%PATH%
build_script:
- cmd: make test
test: off
back to top