mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Improve test coverage (#390)
- add test for tldr and cheatsh - run all possible test cases
This commit is contained in:
parent
84273c129c
commit
d64ec34912
6 changed files with 54 additions and 18 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -52,8 +52,11 @@ jobs:
|
|||
- name: Install fzf
|
||||
run: git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf; yes | ~/.fzf/install;
|
||||
|
||||
- name: Install tealdeer
|
||||
run: sudo npm install -g tldr
|
||||
|
||||
- name: Run bash tests
|
||||
run: ./tests/run 'trivial\|multiple'
|
||||
run: ./tests/run
|
||||
|
||||
lints:
|
||||
name: Lints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue