You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/src/guide/continuous-integration.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
A basic CI will build and test your projects:
6
6
7
-
## GitHub Actions
7
+
###GitHub Actions
8
8
9
9
To test your package on GitHub Actions, here is a sample `.github/workflows/ci.yml` file:
10
10
@@ -38,7 +38,7 @@ jobs:
38
38
39
39
This will test all three release channels (note a failure in any toolchain version will fail the entire job). You can also click `"Actions" > "new workflow"` in the GitHub UI and select Rust to add the [default configuration](https://github.com/actions/starter-workflows/blob/main/ci/rust.yml) to your repo. See [GitHub Actions documentation](https://docs.github.com/en/actions) for more information.
40
40
41
-
## GitLab CI
41
+
###GitLab CI
42
42
43
43
To test your package on GitLab CI, here is a sample `.gitlab-ci.yml` file:
44
44
@@ -67,7 +67,7 @@ breakage in nightly will not fail your overall build. Please see the
67
67
[GitLab CI documentation](https://docs.gitlab.com/ce/ci/yaml/index.html) for more
68
68
information.
69
69
70
-
## builds.sr.ht
70
+
### builds.sr.ht
71
71
72
72
To test your package on sr.ht, here is a sample `.build.yml` file.
73
73
Be sure to change `<your repo>` and `<your project>` to the repo to clone and
0 commit comments