Skip to content

Commit fe3c76f

Browse files
committed
CI/Docs: remove the section regarding running the tests
And redirect to the CI instead. The tests take too much time to run, and it is useless as it is tested in the CI.
1 parent 1eb24ba commit fe3c76f

File tree

4 files changed

+9
-22
lines changed

4 files changed

+9
-22
lines changed

.github/workflows/test-docs-scripts.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@ jobs:
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..."

website/docs/developers/getting-started.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import InstallDockerMacOSSh from "!!raw-loader!./scripts/setup/install-docker-ma
1717
import InstallWasmToolsSh from "!!raw-loader!./scripts/setup/install-wasm-tools.sh";
1818
import CloneAndBuildSh from "!!raw-loader!./scripts/setup/clone-and-build.sh";
1919
import BuildSpecializedSh from "!!raw-loader!./scripts/setup/build-specialized.sh";
20-
import RunTestsSh from "!!raw-loader!./scripts/setup/run-tests.sh";
2120
import FormatAndLintSh from "!!raw-loader!./scripts/setup/format-and-lint.sh";
2221

2322
Welcome 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

website/docs/developers/scripts/setup/run-tests.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)