aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-02-18 10:47:22 +0100
committerGitHub <noreply@github.com>2023-02-18 10:47:22 +0100
commitfc8c77a69f01eb1eac0a1b4373ae1bb7f81d1629 (patch)
treef5a35ad1c90156eb9e0162501279cd3c38e7b1f1 /README.md
parentf43fa301c1a2817239e046a242902af65b7cac71 (diff)
downloadrneovim-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 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3f2e158900..0ccb097ee1 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
<a href="https://app.element.io/#/room/#neovim:matrix.org">Chat</a>
</h1>
-[![GitHub CI](https://github.com/neovim/neovim/actions/workflows/ci.yml/badge.svg?event=push&branch=master)](https://github.com/neovim/neovim/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush)
+[![GitHub CI](https://github.com/neovim/neovim/actions/workflows/build.yml/badge.svg?event=push&branch=master)](https://github.com/neovim/neovim/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush)
[![Coverity Scan analysis](https://scan.coverity.com/projects/2227/badge.svg)](https://scan.coverity.com/projects/2227)
[![Clang analysis](https://neovim.io/doc/reports/clang/badge.svg)](https://neovim.io/doc/reports/clang)
[![PVS-Studio analysis](https://neovim.io/doc/reports/pvs/badge.svg)](https://neovim.io/doc/reports/pvs/PVS-studio.html.d)