Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanvdplas committed Jan 9, 2025
1 parent 4c3e6cd commit 65393c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions integration-tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
In order to run the integration tests you have to specify what Pop and Relay runtime to use. The latter also determines the Asset Hub runtime.
```shell
cargo test --features=<relay>,<pop_runtime>
```
For example:
```shell
cargo test --features=paseo,testnet
```

0 comments on commit 65393c8

Please sign in to comment.