Skip to content

feat: Separate XGMI and NVLINK to an independent tab (#32) #137

feat: Separate XGMI and NVLINK to an independent tab (#32)

feat: Separate XGMI and NVLINK to an independent tab (#32) #137

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