Skip to content

Commit

Permalink
add test commands to readme with nix install instructions (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
nddeluca authored Jul 19, 2024
1 parent 92626e4 commit 9ce0e8d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ For prerequisites and detailed build instructions please read the Evmos [Install
make install
```

## Testing

Integration tests rely on nix-shell -- install from Nix from https://nixos.org/download/

```
make test-unit
make test-import
make test-rpc
make run-integration-tests
```

Or check out the latest [release](https://github.com/evmos/ethermint/releases).

## Quick Start
Expand Down

0 comments on commit 9ce0e8d

Please sign in to comment.