We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cb679 commit 1d05017Copy full SHA for 1d05017
.github/workflows/test.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Byte compilation
59
run: emacs --eval "(setq byte-compile-error-on-warn (>= emacs-major-version 26))" -L . --batch -f batch-byte-compile ./*.el
60
- name: Tests
61
- run: nix shell ${{ matrix.ledger_version || 'nixpkgs#ledger' }} --print-build-logs -c ./makem.sh test -vv
+ run: nix shell 'nixpkgs#getopt' ${{ matrix.ledger_version || 'nixpkgs#ledger' }} --print-build-logs -c ./makem.sh test -vv
62
# This is currently for information only, since a lot of docstrings need fixing up
63
- name: Checkdoc
64
run: make lint-checkdoc || true
0 commit comments