Skip to content

feat: add tests to verify initial rendering (#25) #65

feat: add tests to verify initial rendering (#25)

feat: add tests to verify initial rendering (#25) #65

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