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 58
58
source ~/.cargo/env
59
59
./website/docs/developers/scripts/setup/format-and-lint.sh
60
60
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
-
67
61
- name : Verify installations
68
62
run : |
69
63
echo "Verifying installed tools..."
@@ -120,12 +114,6 @@ jobs:
120
114
source ~/.cargo/env
121
115
./website/docs/developers/scripts/setup/format-and-lint.sh
122
116
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
-
129
117
- name : Verify installations
130
118
run : |
131
119
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
17
17
import InstallWasmToolsSh from " !!raw-loader!./scripts/setup/install-wasm-tools.sh" ;
18
18
import CloneAndBuildSh from " !!raw-loader!./scripts/setup/clone-and-build.sh" ;
19
19
import BuildSpecializedSh from " !!raw-loader!./scripts/setup/build-specialized.sh" ;
20
- import RunTestsSh from " !!raw-loader!./scripts/setup/run-tests.sh" ;
21
20
import FormatAndLintSh from " !!raw-loader!./scripts/setup/format-and-lint.sh" ;
22
21
23
22
Welcome to OpenMina development! This guide will help you set up your
@@ -116,7 +115,11 @@ components:
116
115
117
116
### 3. Run Tests
118
117
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.
120
123
121
124
## Development Workflow
122
125
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments