File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ components:
137137
138138You can run a different set of tests. The command ` make help ` will give you the
139139whole set of targets. You can also visit the file
140- [ ci .yaml] ( https://github.com/o1-labs/mina-rust/blob/develop/.github/workflows/ci .yaml )
140+ [ tests .yaml] ( https://github.com/o1-labs/mina-rust/blob/develop/.github/workflows/tests .yaml )
141141to explore the targets used for testing in our continuous integration
142142environment.
143143
Original file line number Diff line number Diff line change @@ -38,6 +38,6 @@ sed -i'' -e "s/config_${old_hash}/config_${new_hash}/g" \
3838 " ${base_dir} " /node/testing/src/scenarios/multi_node/basic_connectivity_peer_discovery.rs \
3939 " ${base_dir} " /node/testing/src/scenarios/solo_node/basic_connectivity_accept_incoming.rs
4040sed -i' ' -e " s/${old_version} -${shorter_old_hash} /${new_version} -${shorter_new_hash} /g" \
41- " ${base_dir} " /.github/workflows/ci .yaml \
41+ " ${base_dir} " /.github/workflows/tests .yaml \
4242 " ${base_dir} " /docker-compose.archive.devnet.compare.yml \
4343 " ${base_dir} " /node/testing/src/node/ocaml/config.rs
You can’t perform that action at this time.
0 commit comments