diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-27 10:30:47 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-27 11:04:19 +0200 |
commit | 0415a6cd1bd19be021c619e52d7b7fd675927cfc (patch) | |
tree | 31b902ce61c29c298c65128466c56dcfc86bad99 /.woodpecker.yml | |
parent | fd5424da7ee54e90eff4cbdbe1528137fb38cbef (diff) |
update ert-helper to load all tests files
Diffstat (limited to '.woodpecker.yml')
-rw-r--r-- | .woodpecker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml index 26dc9d7..53952ec 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,5 +3,5 @@ pipeline: image: silex/emacs:cask commands: - cask install - - cask emacs -batch -l test/ert-helper.el -l test/*-tests.el -f ert-run-tests-batch-and-exit + - cask emacs -batch -l test/ert-helper.el -f ert-run-tests-batch-and-exit |