diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-02-18 10:47:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-18 10:47:22 +0100 |
commit | fc8c77a69f01eb1eac0a1b4373ae1bb7f81d1629 (patch) | |
tree | f5a35ad1c90156eb9e0162501279cd3c38e7b1f1 /CONTRIBUTING.md | |
parent | f43fa301c1a2817239e046a242902af65b7cac71 (diff) | |
download | rneovim-fc8c77a69f01eb1eac0a1b4373ae1bb7f81d1629.tar.gz rneovim-fc8c77a69f01eb1eac0a1b4373ae1bb7f81d1629.tar.bz2 rneovim-fc8c77a69f01eb1eac0a1b4373ae1bb7f81d1629.zip |
ci: split ci.yml into a test workflow and a build test workflow (#22302)
Having a workflow that only builds neovim without running all of the
tests is a cheap way to test the build still works without burning too
much CI time.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fe2cdb8a36..ca13e1b956 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -130,7 +130,7 @@ Each pull request must pass the automated builds on [Cirrus CI] and [GitHub Acti [style](#style). (See [#3174][3174] for background.) - CI for FreeBSD runs on [Cirrus CI]. - To see CI results faster in your PR, you can temporarily set `TEST_FILE` in - [ci.yml](https://github.com/neovim/neovim/blob/e35b9020b16985eee26e942f9a3f6b045bc3809b/.github/workflows/ci.yml#L205). + [test.yml](https://github.com/neovim/neovim/blob/e35b9020b16985eee26e942f9a3f6b045bc3809b/.github/workflows/test.yml#L29). ### Clang scan-build |