File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ import InstallDockerMacOSSh from "!!raw-loader!./scripts/setup/install-docker-ma
1717import InstallWasmToolsSh from " !!raw-loader!./scripts/setup/install-wasm-tools.sh" ;
1818import CloneAndBuildSh from " !!raw-loader!./scripts/setup/clone-and-build.sh" ;
1919import BuildSpecializedSh from " !!raw-loader!./scripts/setup/build-specialized.sh" ;
20- import RunTestsSh from " !!raw-loader!./scripts/setup/run-tests.sh" ;
2120import FormatAndLintSh from " !!raw-loader!./scripts/setup/format-and-lint.sh" ;
2221
2322Welcome to OpenMina development! This guide will help you set up your
@@ -116,7 +115,11 @@ components:
116115
117116### 3. Run Tests
118117
119- <CodeBlock language = " bash" >{ RunTestsSh } </CodeBlock >
118+ You can run a different set of tests. The command ` make help ` will give you the
119+ whole set of targets.
120+ You can also visit the file
121+ [ ci.yaml] ( https://github.com/o1-labs/openmina/blob/develop/.github/workflows/ci.yaml )
122+ to explore the targets used for testing in our continuous integration environment.
120123
121124## Development Workflow
122125
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments