Skip to content

Commit

Permalink
Fix shell: key in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned committed Aug 11, 2024
1 parent a3fb343 commit 73c542e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Run local tests
run: just test
shell: nix develop -c {0}
shell: nix develop -c bash -e {0}

- name: Run Flake tests
run: nix flake check

0 comments on commit 73c542e

Please sign in to comment.