helix-mirror/.github/workflows
Michael Davis 0035c29fc1
Use a minimal binary to fetch grammar sources in release CI (#2557)
This is an optimization for the release CI. The release CI can take
a while since it compiles release builds for all operating systems.
We cut down on duplicate work and overall time by fetching
tree-sitter grammar repositories and then using those repositories
in all later steps. Previously we built all of helix just to run

    helix_loader::grammar::fetch_grammars()

which is wasteful on time. With this change we only build the
helix-loader crate.
2022-06-05 19:53:20 +09:00
..
build.yml check MSRV in CI 2022-05-24 01:05:19 +09:00
cachix.yml build(deps): bump cachix/install-nix-action from 16 to 17 (#2081) 2022-04-11 18:34:39 -05:00
gh-pages.yml Deploy docs for master separately (#1783) 2022-03-14 11:46:40 +09:00
languages.toml ensure rust grammar is available in CI 2022-03-10 17:31:57 +09:00
msrv-rust-toolchain.toml lower MSRV to 1.57.0 2022-05-24 01:05:19 +09:00
release.yml Use a minimal binary to fetch grammar sources in release CI (#2557) 2022-06-05 19:53:20 +09:00