8000 v0.13.10 · cubing/cubing.rs@d7e8d19 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CI

CI #211

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