InterchaintestContact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)
  • Introduction
  • Building Binary
  • Run Tests
    • Continuous Integration Tests
    • Conformance Tests Bin
    • Conformance Tests Lib
    • Example Go Tests
    • Write Custom Tests
  • Local Interchain
    • Getting Started
    • REST API
    • Rust
    • Windows
  • Configuration
    • Env Var Options
    • Logging
    • Retaining Data on Failed Tests
  • Introduction
  • Building Binary
    • Building Binary
  • Run Tests
    • Continuous Integration Tests
    • Conformance Tests Bin
    • Conformance Tests Lib
    • Example Go Tests
    • Write Custom Tests
  • Local Interchain
    • Getting Started
    • REST API
    • Rust
    • Windows
  • Configuration
    • Env Var Options
    • Logging
    • Retaining Data on Failed Tests
  • Contact ↗ (opens in a new tab)

On This Page

  • Building Binary
Question? Give us feedback → (opens in a new tab)Edit this page
Building Binary

Building Binary

While it is not necessary to build the binary, sometimes it can be more convenient, specifically when running conformance test with custom chain sets.

Building binary:

git clone https://github.com/strangelove-ventures/interchaintest.git
cd interchaintest
make interchaintest

This places the binary in interchaintest/bin/interchaintest

Note that this is not in your Go path.

IntroductionContinuous Integration Tests

Built with ❤️ by Strangelove