Skip to content

Flush input with blessed instead of termios. #68

Flush input with blessed instead of termios.

Flush input with blessed instead of termios. #68

Workflow file for this run

name: Run tests
on: [pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
env:
XDG_CACHE_HOME: /tmp/xdg-cache
XDG_DATA_HOME: /tmp/xdg-data
steps:
- uses: actions/checkout@v3
- run: pip install .
- uses: actions/cache@v3
with:
key: XDG_CACHE_HOME
path: ${{ env.XDG_CACHE_HOME }}
- name: Further setup
shell: bash
run: |
mkdir -p "$XDG_CACHE_HOME"
pip install pytest
- run: pytest tests