Skip to content

perf(xgmi): cache static link speeds, halving per-refresh cost (#30) #132

perf(xgmi): cache static link speeds, halving per-refresh cost (#30)

perf(xgmi): cache static link speeds, halving per-refresh cost (#30) #132

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo build --release
- run: cargo test
- run: cargo fmt --check
- run: cargo clippy -- -D warnings