mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Fix --multi with --column + refactors (#290)
This commit is contained in:
parent
84e28e7885
commit
2ca1d8fc85
15 changed files with 386 additions and 82 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue