File tree Expand file tree Collapse file tree 4 files changed +9
-22
lines changed Expand file tree Collapse file tree 4 files changed +9
-22
lines changed Original file line number Diff line number Diff line change 5858 source ~/.cargo/env
5959 ./website/docs/developers/scripts/setup/format-and-lint.sh
6060
61- - name : Test run tests
62- run : |
63- # Source cargo environment first
64- source ~/.cargo/env
65- ./website/docs/developers/scripts/setup/run-tests.sh
66-
6761 - name : Verify installations
6862 run : |
6963 echo "Verifying installed tools..."
@@ -120,12 +114,6 @@ jobs:
120114 source ~/.cargo/env
121115 ./website/docs/developers/scripts/setup/format-and-lint.sh
122116
123- - name : Test run tests
124- run : |
125- # Source cargo environment first
126- source ~/.cargo/env
127- ./website/docs/developers/scripts/setup/run-tests.sh
128-
129117 - name : Verify installations
130118 run : |
131119 echo "Verifying installed tools..."
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. You can also visit the file
120+ [ ci.yaml] ( https://github.com/o1-labs/openmina/blob/develop/.github/workflows/ci.yaml )
121+ to explore the targets used for testing in our continuous integration
122+ environment.
120123
121124## Development Workflow
122125
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments