Skip to content

Commit

Permalink
Update testing instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ermyas committed Apr 12, 2024
1 parent 224a1cb commit dd148df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ $ forge build
```

### Testing
To run unit and integration tests execute the following command:
To run unit, integration and fuzz tests execute the following command:
```shell
$ forge test --no-match-path "test/{fork,invariant,fuzz}/**"
$ forge test --no-match-path "test/{fork,invariant}/**"
```

**Fork Tests**
Expand Down

0 comments on commit dd148df

Please sign in to comment.