Improve test coverage (#390)

- add test for tldr and cheatsh
- run all possible test cases
This commit is contained in:
Denis Isidoro 2020-08-28 09:58:35 -03:00 committed by GitHub
parent 84273c129c
commit d64ec34912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 54 additions and 18 deletions

View file

@ -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