test:
	cargo run --release --locked --features "$(TEST_FEATURES)"

clean:
	rm -rf execution_clients
