Fix --multi with --column + refactors (#290)

This commit is contained in:
Denis Isidoro 2020-03-19 09:19:50 -03:00 committed by GitHub
parent 84e28e7885
commit 2ca1d8fc85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 386 additions and 82 deletions

View file

@ -6,7 +6,7 @@
on: [push]
name: Tests
name: CI
jobs:
check:
@ -30,7 +30,7 @@ jobs:
command: check
test:
name: Test Suite
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout sources
@ -49,6 +49,12 @@ jobs:
with:
command: test
- name: Install fzf
run: git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf; yes | ~/.fzf/install;
- name: Run bash tests
run: ./tests/run 'trivial\|multiple'
lints:
name: Lints
runs-on: ubuntu-latest
@ -76,4 +82,4 @@ jobs:
continue-on-error: false
with:
command: clippy
args: -- -D warnings
args: -- -D warnings