Skip to content

Commit

Permalink
Merge branch 'main' into feat/add-ancestor-store
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-romano authored Nov 20, 2024
2 parents ce4679f + bf8d8f1 commit 72b154c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,21 @@ To install Strawberry, ensure you have Go installed on your system. Follow the s
```

## Run tests

### Unit tests

```shell
make test
```

### Integration tests
Integration tests validate our code using the test vectors provided by [this](https://github.com/w3f/jamtestvectors) repository.
All integration tests are grouped within the `tests/integrations` folder, and the test cases/vectors (JSON and BIN files) are located in the `tests/integration/vectors` directory.
To execute these tests, use the following command:
```shell
make integration
```

## Contributing

Expand Down

0 comments on commit 72b154c

Please sign in to comment.