Skip to content

Commit

Permalink
check develop shell is working
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbecich committed Jun 20, 2024
1 parent bec0213 commit bd20513
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: "Check `nix develop` shell"
run: nix develop --check
- name: "Check `nix develop` shell can run command"
run: nix develop --command "echo"
- run: nix build
- run: nix flake check

0 comments on commit bd20513

Please sign in to comment.