Skip to content

Make spans test adaptable to unicode-width version #538

Make spans test adaptable to unicode-width version

Make spans test adaptable to unicode-width version #538

Workflow file for this run

name: Rust
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Check
run: cargo check --features "blt-backend ncurses-backend pancurses-backend termion-backend crossterm-backend markdown toml ansi"
- name: Build
run: cargo build --features "toml markdown ansi termion-backend crossterm-backend" --no-default-features --verbose
- name: Run tests
run: cargo test --features "toml markdown ansi termion-backend crossterm-backend" --no-default-features --verbose