Skip to content

fix(docs): add docsrs feature and optimize metadata for EEAT #130

fix(docs): add docsrs feature and optimize metadata for EEAT

fix(docs): add docsrs feature and optimize metadata for EEAT #130

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build --release
- name: Run Rust tests
run: cargo test