Skip to content

Commit 1a429b6

Browse files
committed
wip
1 parent 4e876c6 commit 1a429b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
with:
1212
nix_path: nixpkgs=channel:nixos-unstable
1313
- uses: DeterminateSystems/magic-nix-cache-action@main
14-
- run: nix-build
14+
- name: Run nix-build for magic-nix-cache to kick in
15+
run: nix-build
1516
- name: Prepare Nix deps
1617
run: nix-shell --run "nvim --version"
1718
- name: Run tests

0 commit comments

Comments
 (0)