Skip to content

let explorer provide opening name of each move (lichess-org/lila#16266) #719

let explorer provide opening name of each move (lichess-org/lila#16266)

let explorer provide opening name of each move (lichess-org/lila#16266) #719

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update && sudo apt-get install -y valgrind liburing-dev
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test
- run: cargo bench
- run: cargo test --manifest-path import-pgn/Cargo.toml