Skip to content

Commit

Permalink
[tests] add test for replaying from stdin
Browse files Browse the repository at this point in the history
  • Loading branch information
anjakefala committed Nov 9, 2024
1 parent 6c2ab5d commit ff11705
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
git --no-pager diff --numstat tests/
git --no-pager diff --exit-code tests/
- name: Test replaying input from stdin
run: |
echo -e '{"a":1}\n{"a":2}' | vd -f jsonl -p dev/stdin.vdj --batch --debug -N
- name: Ensure VisiData can create completions
run: python -v dev/zsh-completion.py

Expand Down

0 comments on commit ff11705

Please sign in to comment.