Skip to content

Commit

Permalink
docs(simulator): make commands
Browse files Browse the repository at this point in the history
[skip_ci]
  • Loading branch information
fmorency committed Jul 19, 2024
1 parent 003b392 commit a735771
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,28 @@ make ictest-ibc
make ictest-group-poa
```

## Simulation

**To execute the full application simulation run:**

```bash
make sim-full-app
````

**To execute the application simulation after state import run:**

```bash
make sim-after-import
```

**To test the application determinism run:**

```bash
make sim-app-determinism
```

Append `-random` to the end of the commands above to run the simulation with a random seed, e.g., `make sim-full-app-random`.

## Coverage

To generate a coverage report for the modules run:
Expand Down

0 comments on commit a735771

Please sign in to comment.