Skip to content

fix: always search ~/.terminfo for terminfo files #42

fix: always search ~/.terminfo for terminfo files

fix: always search ~/.terminfo for terminfo files #42

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
unit-test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
toolchain: [stable, '1.63']
runs-on: ${{ matrix.os }}
env:
RUSTFLAGS: -D warnings
RUST_BACKTRACE: 1
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- name: Run tests
run: cargo test -- --color always