Skip to content

Commit

Permalink
Enforce testing termion on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 5, 2020
1 parent 97ad454 commit 0cce091
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
run: cargo clippy
- name: tests
run: make tests
- name: "Check (termion)"
uses: actions-rs/cargo@v1
with:
command: check
args: --no-default-features --features=with-termion,tui-renderer --all --bins --tests --examples
- name: benchmarks
run: make bench

Expand Down

0 comments on commit 0cce091

Please sign in to comment.