Skip to content

Commit bd20513

Browse files
committed
check develop shell is working
1 parent bec0213 commit bd20513

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ jobs:
1111
- uses: DeterminateSystems/magic-nix-cache-action@main
1212
- name: "Check `nix develop` shell"
1313
run: nix develop --check
14+
- name: "Check `nix develop` shell can run command"
15+
run: nix develop --command "echo"
1416
- run: nix build
1517
- run: nix flake check

0 commit comments

Comments
 (0)