Skip to content

improve cli

improve cli #25

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os:
- ubuntu-24.04
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v29
- name: Restore and cache Nix store
uses: nix-community/cache-nix-action@v5
with:
primary-key: nix-${{ runner.os }}-${{ hashFiles('flake.*') }}
restore-prefixes-first-match: nix-${{ runner.os }}-
- run: nix develop -c echo test
- run: nix develop -c make
- run: nix develop -c uv sync --all-extras
- run: nix develop -c uv run python bench.py