mirror of
https://github.com/neovim/neovim.git
synced 2025-10-20 00:31:49 +00:00
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.
This commit is contained in:
2
.github/actions/cache/action.yml
vendored
2
.github/actions/cache/action.yml
vendored
@@ -18,5 +18,5 @@ runs:
|
||||
with:
|
||||
path: ${{ env.DEPS_BUILD_DIR }}
|
||||
key: ${{ env.CACHE_KEY }}-${{ hashFiles('cmake**', 'ci/**',
|
||||
'.github/workflows/ci.yml', 'CMakeLists.txt',
|
||||
'.github/workflows/test.yml', 'CMakeLists.txt',
|
||||
'runtime/CMakeLists.txt', 'src/nvim/**/CMakeLists.txt') }}
|
||||
|
Reference in New Issue
Block a user