Skip to content

Commit 603d539

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 b82b0cc commit 603d539

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

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.
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

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)