Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

docs: added note about cloning #13

docs: added note about cloning

docs: added note about cloning #13

Workflow file for this run

name: Rust
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_INCREMENTAL: 0
CARGO_PROFILE_TEST_DEBUG: 0
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy, llvm-tools-preview
- uses: Swatinem/rust-cache@v2
- run: cargo test --locked
- run: cargo clippy --locked
- run: |
cargo install cargo-llvm-cov
cargo llvm-cov --locked