8000 Fix `parse_move!(…)` for inputs with a layer prefix (e.g. `2R`) or range prefix (e.g. `2-7r`. · cubing/cubing.rs@40fceac · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix parse_move!(…) for inputs with a layer prefix (e.g. 2R) or ra… #229

Fix parse_move!(…) for inputs with a layer prefix (e.g. 2R) or ra…

Fix parse_move!(…) for inputs with a layer prefix (e.g. 2R) or ra… #229

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: cargo-bins/cargo-binstall@v1.4.9
- run: cargo install cargo-run-bin
- run: make build
- run: make test
- run: make lint
0