Skip to content

Merge pull request #434 from sarub0b0/433-display-cursor-only-when-th… #1133

Merge pull request #434 from sarub0b0/433-display-cursor-only-when-th…

Merge pull request #434 from sarub0b0/433-display-cursor-only-when-th… #1133

Workflow file for this run

name: Test
on:
push:
branches: [main]
paths-ignore:
- README.md
- CHANGELOG.md
- LICENSE
- assets/
- screenshots/
pull_request:
branches: [main]
paths-ignore:
- README.md
- CHANGELOG.md
- LICENSE
- assets/
- screenshots/
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: dtolnay/rust-toolchain@stable
- name: Run tests
run: cargo test --all