diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-07-29 16:32:21 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-07-29 16:32:21 +0200 |
commit | f9a343f8bda8fbe17ff045bef7342ffd6179e2f5 (patch) | |
tree | ed40764cd0f831132af942ef4a2f8c30d563cec5 /Filelist | |
parent | b61ef01cce2afd70fbfa2805336a26643109dfb7 (diff) | |
download | vim-git-f9a343f8bda8fbe17ff045bef7342ffd6179e2f5.tar.gz |
patch 8.2.1317: MS-Windows tests on AppVeyor are slowv8.2.1317
Problem: MS-Windows tests on AppVeyor are slow.
Solution: Use GitHub Actions. (Ken Takata, closes #6569)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ SRC_ALL = \ .lgtm.yml \ .travis.yml \ .cirrus.yml \ + .github/workflows/ci-windows.yaml \ appveyor.yml \ ci/appveyor.bat \ ci/if_ver*.vim \ |