From 65393c8c115b617d1ff1bfe9f209ea5c381e0ccc Mon Sep 17 00:00:00 2001 From: Daanvdplas Date: Thu, 9 Jan 2025 15:42:19 +0200 Subject: [PATCH] docs: readme --- integration-tests/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 integration-tests/README.md diff --git a/integration-tests/README.md b/integration-tests/README.md new file mode 100644 index 00000000..785bf4a9 --- /dev/null +++ b/integration-tests/README.md @@ -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=, +``` +For example: +```shell +cargo test --features=paseo,testnet +``` \ No newline at end of file