mirror of
https://github.com/emacs-twist/org-babel.git
synced 2025-03-05 08:17:05 +00:00
ci: Add a step to run nix flake check
This commit is contained in:
parent
8b1e46093f
commit
2b96fa98b8
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -21,3 +21,6 @@ jobs:
|
|||
run: nix-instantiate --eval --strict test/test.nix
|
||||
- name: Test parameter parsing
|
||||
run: nix-instantiate --eval --strict test/testParams.nix
|
||||
- name: Check the derivation
|
||||
run: nix flake check --override-input org-babel ..
|
||||
working_directory: test
|
||||
|
|
Loading…
Add table
Reference in a new issue