Skip to content

Commit

Permalink
tests: fix integration tests (#711)
Browse files Browse the repository at this point in the history
Close #710
  • Loading branch information
niklasad1 authored Nov 14, 2023
1 parent d1002ea commit 6cc7ca0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ pub fn run_polkadot_node(chain: Chain) -> (KillChildOnDrop, String) {
"--execution",
"Native",
"--offchain-worker=Never",
"--rpc-cors=all",
])
.spawn()
.unwrap(),
Expand Down

0 comments on commit 6cc7ca0

Please sign in to comment.