Skip to content

chore: update screen recordings #162

chore: update screen recordings

chore: update screen recordings #162

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo clippy -- -D warnings
- run: cargo fmt -- --check
- run: cargo test --lib --tests