aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci(tests): run tests on v0.10.4Christian Clason2025-04-021-1/+1
|
* feat(r)!: update parser and queriesChristian Clason2024-06-271-1/+0
|
* ci: replace node with upstream actionChristian Clason2024-04-141-4/+1
|
* ci: simplify cache keydundargoc2024-02-191-1/+5
| | | | Also ensure new matrix fields are automatically added to cache key.
* ci: fix invalid workflowdundargoc2024-02-101-1/+1
| | | | | | | | Context variables aren't always available, so we can't rely on them for e.g. environment variables. Also merge all install scripts into `script/ci-install.sh`, that way it can be called the same way regardless of system.
* ci: use `windows-latest` over `windows-2022`dundargoc2024-02-101-1/+1
| | | | It's convenient to not need to manually update the runner version.
* fixup: it's fineChristian Clason2024-02-091-1/+1
|
* ci: pin tree-sitter-cli version in npm installChristian Clason2024-02-091-2/+1
| | | | This prevents bad tags from messing up CI
* ci: bump cache to v4Christian Clason2024-01-241-1/+1
|
* ci: bump actions to latestChristian Clason2024-01-051-2/+2
|
* ci: bump tree-sitter CLI to v0.20.8Christian Clason2023-05-301-1/+1
|
* ci: remove ready_for_review typedundargoc2023-02-231-1/+0
| | | | | It's only needed if a job is disabled for drafts. Otherwise it will just run the same workflow twice.
* prettier formatting yml and mdKiyoon Kim2023-02-161-2/+2
|
* Add treesitter CLI in CI with Windows and macKiyoon Kim2023-02-151-1/+4
|
* ci: allow negative assertions in testsStephan Seitz2023-01-011-1/+1
|
* ci: bump action versionsdundargoc2022-12-171-3/+3
|
* ci: bump treesitter to 0.20.6Christian Clason2022-04-161-1/+1
|
* ci(tests): download highlight-assertions for faster CIStephan Seitz2022-02-191-18/+3
| | | | This avoids any Rust build dependencies.
* ci: rename workflows and jobs to be more consistentDundar Göc2022-02-141-1/+1
|
* ci: bump tree-sitter to 0.20.4Christian Clason2022-01-231-1/+1
| | | | fixes issues with `parser.h` not being generated
* ci: fix cache path for rust cargoMunif Tanjim2022-01-221-3/+6
|
* ci: remove ccacheStephan Seitz2022-01-221-7/+0
| | | | ccache did take too long to install on MacOS
* ci: bump tree-sitter to v0.20.3Christian Clason2022-01-221-1/+1
|
* ci: Avoid rust-cache (failures and current git dependency)Stephan Seitz2022-01-211-1/+7
|
* ci: stop uploading artifacts (binary release archives soonish?)Stephan Seitz2022-01-211-1/+1
|
* ci: fix cache path on WindowsStephan Seitz2022-01-211-2/+4
|
* ci: cache using ccacheStephan Seitz2022-01-211-1/+9
|
* ci: add cache for Rust dependencyStephan Seitz2022-01-211-2/+8
|
* ci: use stable tag for latest nvim releaseChristian Clason2022-01-211-1/+1
|
* ci: avoid duplicate CI runsChristian Clason2022-01-211-1/+13
| | | | | * run CI on push to master or synchronize PR * cancel in-progress workflows for updated PR
* ci: bump neovim and tree-sitter cli to latest versionChristian Clason2022-01-211-2/+2
|
* ci: cache parsers for workflows/testsMunif Tanjim2022-01-211-1/+7
|
* ci: use Neovim v0.6.0Stephan Seitz2021-12-061-2/+2
|
* ci: Add workflow for testsStephan Seitz2021-11-241-0/+42