Skip to content

fix: arrows jumping by 2 #309

fix: arrows jumping by 2

fix: arrows jumping by 2 #309

Workflow file for this run

name: cargo build-kernel && cargo test
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: Rust project - latest
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- nightly
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: rustup component add rust-src
- run: cargo build-kernel
- run: cargo test --verbose